Jacob Zwang

Results 24 issues of Jacob Zwang

### Describe the problem When building application-like websites, users expect instant feedback when changing pages, even if the page's content isn't ready yet. It's confusing to a user when they...

enhancement

Async graphql's macros allow us to define a graphql api using structs and implementations in a way similar to how we'd usually structure rust code, but the generated methods seem...

question

## Expected Behavior A generic impl should be able to return a type of the same type as itself. ## Actual Behavior When calling Schema::new(), the schema will enter a...

bug

### Where the bug happens - [ ] Browser Extension - [X] Library - [ ] Other ### your browser Chrome ### Describe the bug Components in the routes folder...

Would it be possible to get this to work in svelte files? I don't know enough about how prettier extensions work to know if this would be as easy as...

Could you provide a basic web application that demonstrates how to use this? Something minimal like sending a message or media stream would be great to learn how this works....

**Is your feature request related to a problem? Please describe.** It's common for buttons to be smaller on desktop than on mobile, yet we can't set the size property on...

**Is your feature request related to a problem? Please describe.** It's annoying to have to define commonly used colors for light and dark mode when in most situations the pallet...

enhancement
v1.0

### Describe the bug When using `useKeyDownSequence` and `createShortcut` if you at any time use a shortcut such as Command-A, they will stop working as expected. This issue can be...

When using Solid's native handlers such as `onClick()`, events are delegated. Handlers created in this library do not use delegated events and instead opts for native handlers. That means that...

enhancement