Kabir Goel
Kabir Goel
Thanks for making this awesome package—I use it in nearly every React project. Could I send a PR to add [Svelte French Toast](https://svelte-french-toast.vercel.app) to the README? I wanted something similar...
The menu button was only working when tapped on touchscreen devices (i.e. it couldn't be clicked with a mouse.) I have fixed this issue and removed Modernizr. Modernizr is useless...
I get the following error after a while running vercel dev in a Vite/SvelteKit app: ``` Error! Detecting port 62323 timed out after 300000ms Error! An unexpected error occurred! Error:...
SvelteKit switched to `vite dev` and `vite build` for its build and dev commands, but this is not reflected in the CLI or the website. (https://github.com/sveltejs/kit/blob/master/packages/kit/CHANGELOG.md#100-next359) The fix for this...
# Feature request Support SvelteKit for getAuthCookieString and associated functions. ## Is your feature request related to a problem? Please describe. A breaking change in SvelteKit broke getAuthCookieString, setAuthCookie, deleteAuthCookie,...
Cocoapods install instructions in the README were incorrect. Changed from `pod CameraKit-iOS` to `pod 'CameraKit-iOS'` ## Types of changes What types of changes does your code introduce to CameraKit? _Put...
Hi! I've been working on an app that fulfills a similar objective to Kakapo, and I really liked the sounds you've used. What are the Kakapo sounds licensed under? (Also,...
**Describe the bug** When the main `pc` command exits, sometimes output still continues to be generated by subprocesses that the command launches. A symptom of this is that the ports...
This PR adds raw HTML elements under the `pynecone.el` namespace that can be used in conjunction with `class_name` and stylesheets to support Tailwind and other custom workflows. (Support for stylesheets...
The API surface isn’t very well documented outside of a few common use cases that are listed on the website. As this library grows, we need better docs. We could...