Lucille Blumire
Lucille Blumire
[proc_macro_hack causes issues with rust-analyser](https://github.com/rust-analyzer/rust-analyzer/issues/6835) and has been [deprecated anyway ](https://github.com/dtolnay/proc-macro-hack). I wanted to remove the hack, so have vendored it and thus needed to make some other changes to...
In order for a server to provide an external API it needs to be able to deal with Cross Origin Resource Sharing. These are done by web browsers sending a...
It seems a very common pattern is to have a `JwkSet` be published by API providers, the most common thing to do with this is use the data from it...
This is a significantly breaking change, and would require a version bump. The basic idea is to have an `XfFormat` attached to a cells data, instead of a `NumberFormat`. This...
### Is your feature request related to a problem? At present, variables and transactions must be sent as a single query to the websocket interface to function properly, such that...
For example, say you had a page with two buttons, each one when clicked should disable the other button. In other web frontend UI frameworks, you would do something to...
We can already hide the keybinds panel, but it would be great to be able to hide everything (on a keypress) and only see the selected process terminal.
When importing mach-nix with `fetchGit`, it's possible to set the python version with `python = "python38";`, there is no documentation on how to do something equivalent (if it is even...
In the same fashion as ``` let x = use_node_ref(); html! { } ```
Fixes https://github.com/leptos-rs/leptos/issues/3468 This is almost certainly not the best way to do it, but I couldn't figure out the generic types so did a pinned box instead, but it demonstrates...