Josh Hubbard
Josh Hubbard
**Command attempted:** `hub c` (press TAB) **What happened:** `checkout -- checkout a branch or paths to the working tree` `clone -- clone a repository into a new directory` `commit --...
Trying to get Svelte-Carousel working in my SvelteKit application. Currently running into some issues. I have svelte-carousel installed as a devDependency. This is my svelte.config file. ``` const config =...
I'm seeing other people used to have this issue, then it was supposedly fixed in 0.1.0 and then reintroduced in 0.1.1. But even downgrading to 0.1.0 doesn't stop it from...
This fixed issue #82. However, I'm unsure if this could have side effects for other frameworks. Seeing as how they're optional type properties that Svelte just expects I figured it'd...
Wifi?
Hi, it doesn't look like this thing has wifi. Would there be any big issues with switching the main chip to an ESP32 which would have built in wifi and...
I was wondering if anyone would be interested in having a choice between the standard 721 implementation and 721A implementation? I've already played around with converting 721A to a Diamond...
Updating tests to new version and ES6.
For the past couple of hours, the status API that's polled by the `listenToMintingEvents` function has been returning an error. It returns status 400 and the following response body. ```json...
Updating the action so that new Svelte5 event handler syntax is support like "oninview_change". Fixes https://github.com/maciekgrzybek/svelte-inview/issues/49 Relevant Docs: https://svelte.dev/docs/svelte-action#types-actionreturn
related to #993 > The original fileWriter system wasn't outdated or unnecessary - it's the ONLY > way to achieve HMR for content scripts. The `chrome-extension-boilerplate-react-vite` project > confirms this...