Fernando Maclen
Fernando Maclen
I was having the same issue but fixed it by pointing to the latest version of the action (as opposed to `v1`): ``` - name: Build/release Electron app uses: samuelmeuli/[email protected]...
Same issue for me **but I installed Node manually from the .dmg**: - macOS `10.15.7 (19H2)` - `bash, version 3.2.57(1)-release (x86_64-apple-darwin19)` ```bash node -v v14.15.0 which node /usr/local/bin/node ``` ```bash...
I tried @Conduitry's [suggestion](https://github.com/sveltejs/kit/issues/3176#issuecomment-1216498286) but I'm still getting `Cannot find package 'devaule'`, `'cookie'`, `'set-cookie-parser'` and so on. Also, I have some `/foo.json/+server.ts` endpoints where I'm importing `{ json } from...
@benmccann just tried @Conduitry's solution on my project again (with the latest version and the one I was using when I posted my comment) and both work as expected so...
You can find the names for the OS sounds in `/System/Library/Sounds`.
I'm running into a similar issue, I can't get `` to work as a re-usable component. Here's what my code looks like: ```svelte // +page.svelte import Logo from '$lib/Logo.svelte'; import...
@benmccann here you go: https://github.com/fmaclen/enhancement-img-bug/ This is a `npm create svelte@latest` generated skeleton repo with TypeScript and nothing else. Only added dependency is `@sveltejs/enhanced-img`. EDIT: just added a commented implementation...
Having multiple conversations on the screen at once would be great. But I'd suggest that before you implement such a big UI change it'd be nice if you could navigate...
I just got the same error when I was restricting the write access on a notebook in **Groups**. When I run `|install ~lander-dister-dozzod-dozzod %landscape` it looks like I have the...
After doing some research I think there's multiple issues at play here. I was able to _"fix"_ the caret shifting issue by implementing Svelte's [`await tick()`](https://svelte.dev/docs/svelte#tick) to determine when the...