Marc
Marc
Thanks for this awesome work!. Can we work on a Netscape support?
My registered API via `loadPath` returns all translation keys in a nested "data" object. i.e ``` { "data": { "key1": "foo", "key2: "bar" } } ``` This forces me to...
all `@warn` statements are still visible in the output.
I know it's written to be installed with pnpm and after doing it it worked. I am more interested in general if anyone understands why it's not working with plain...
I am using your icon component from https://github.com/shadcn-ui/ui/blob/main/apps/www/components/icons.tsx. How is it possible to access an icon if the name is in a variable? ``` import { Icons } from "@/components/Icon/Icon";...
At the moment there is not a tagged release which ensures me as developer having a stable version for "life". Example: I can't use directly an explicit stable version in...
While optimizing my site, I found out that all assets are missing a cache expiration. Resources that do not specify an expiration may not be cached by browsers. It would...
in base/js, all javascript executes twice. Seems there is an issue with unit testing Edit by Marc: The issue is that alerts or console output appears a second time when...