Jacob Bowdoin
Jacob Bowdoin
When I push to the main branch with a new package version, I would GitHub actions to publish the new version, but I get this error upon the action running...
When clicking the [Load firestore data for all messages server-side](https://sveltefirets.vercel.app/messages) I receive a few different errors: `Service firestore is not available` or `QueryLimitConstraint is not a constructor` or `The "path"...
Thanks for adding the `@unocss/transformer-directives` that supports using `@apply ...` inside of style tags! I do want to mention that in a SvelteKit project it doesn't work for complex classes...
### Describe the bug `dir="rtl"` will almost always be set pretty close to the document body element (ie - outside of the Svelte component at hand), so when svelte-windicss-preprocessor sees...
Can you please add the ability to support monorepos from the VS Code Extension? I have my site under `packages/site` and cannot use the extension, but must run `pnpx windicss-analysis`...
**Describe the bug** Running `npx [email protected] init` fails to install packages on Windows SvelteKit project and throws this error: ``` code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "link:": link:./types ```...
### Issue description or question In my monorepo, I have a `packages/parts/src/lib/foo.ts` file which contains a function and an inline test: ```ts export function foo(str: string) { return str+ 'world';...
### Issue description or question Using Vitest's update mode (`vitest -u`) with `.matchInlineSnapshot()` as first demoed by Anthony Fu in this [thread](https://twitter.com/antfu7/status/1496268419515428864) to turn tests into a sort of REPL...