Amar Sood

Results 34 issues of Amar Sood

One more PR, this one simultaneously very very complete and yet speculative. In case anyone wants to try this out, I uploaded it to PyPI as `navigator-mode`, until (and of...

priority

At present, it looks like the root `createStore` has `skipVoid` available, but `domain.createStore` warns/errors on undefined, but also doesn't list `skipVoid` amongst its possible config options. This PR adds that!

typings

Add `--stdin` flag to read commit messages from stdin, matching the existing pattern in `jj describe`. This solves the problem of passing multi-line commit messages from scripts and the command...

- special-case "fn" bindings via rdev listener so mac users can use Fn - reuse shortcut dispatcher to drive existing push-to-talk/toggle flow - expose Use Fn button on mac settings...

Needs an explainer comment for use_resource, but it feels unidiomatic to teach people to use async server functions inline in an `oninput` handler nowadays, instead of using a signal +...

Try to resolve DioxusLabs/dioxus#4902.

When waiting for the backend to load in fullstack builds, we currently see an error message that's a plaintext response from the reverse proxy, which... stalls out reload workflows, hard....

**Without this patch, simply instantiating the Jumpstart template in fullstack mode and making _any_ hot-patch change results in a 404 on fetch and a client WASM panic.** This changes the...

Hullo hullo – as described. In using build.rs with Dioxus, I found that there wasn't a way (any more) to get the watcher to rebuild on custom input paths. I'm...

When rebuilding with `dx serve --hot-patch`, changing the type of the value held in a `GlobalSignal` currently results in a panic, due to a downcast failure. This patch causes the...