Christian Jánský
Christian Jánský
Hello, Despite the name `random`, the `randomGenerator()` method of `ImageObject()` yields the same result every time. Minimal reproduction: ``` img = ImageObject() img.randomGenerator((1000, 1000)) image(img, (0,0)) ``` Is there a...
Hello, Given there are utility functions like ```fontLineHeight()``` and ```fontFilePath()``` I wonder if there’s a possibility for a way to get current ```fontSize``` property of ```drawBot```. Perhaps it could get...
Hello, Anchors Palette crashes latest Glyphs 3 for me when swiching masters/files. This is the error I got upon reopening Glyphs:
Hello, I am wondering if I can somehow access a dynamic `index`/`context`/etc when inside a Markdown Component. I am building an according FAQ section using `radix-vue` [Accordion](https://www.radix-vue.com/components/accordion) which I would...
Hello, What version of Typescript is supported in Code App? Also, any plans on updating the JS node version from 12 to something more recent? Thanks.
### Environment - Operating System: Darwin - Node Version: v23.6.1 - Nuxt Version: 3.15.4 - CLI Version: 3.21.1 - Nitro Version: 2.10.4 - Package Manager: [email protected] - Builder: - -...
Hi, Thanks for a wonderful library. Is there a way to override the default slide + fade transitions when a toaster appears? I am specifically looking to change the easing...
Hello, It would be amazing to have the option of defining a custom validator instead of [zod](https://zod.dev) only – seems a very opionated assumption that everyone is using `zod`. We...
### Describe the feature Hi, I am attempting to extend the `templateParams` property of `ReactiveHead` to get type safety in nuxt: ```ts useHead({ foo: true, //