SvelteRust

Results 12 issues of SvelteRust

### Description Trying to install `org-roam` on Emacs 28.1 doesn't work. #### Steps to Reproduce Example: 1. Load `GNU Emacs 28.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.16.0)`...

waiting-for-reply

So that scrolling increases to 1, 2, 3, 4, 5 instead of in-between.

## Summary I have this code which is taken from the `examples/` where I want to return the output from running the Python code as String instead of it going...

My configuration is here, I just copied things over. Is there something I'm missing? It works for dark mode. ![image](https://github.com/andreasgrafen/cascade/assets/85593302/a97a5c8c-45a7-433e-91e4-afbe4944601e)

support

I read this article today and it demonstrated how to make templates easier to use by implementing `IntoResponse` on a generic wrapper type: https://www.shuttle.rs/launchpad/issues/2023-10-17-issue-10-Serving-HTML There should be an opt-in feature...

When trying following in NixOS, it fails because this crate expects `.git` to exist for `$ESP_IDF`: https://github.com/knarkzel/hello-esp32c3 ``` hello-esp32c3 via nix-shell-env ❯ cargo build Compiling esp-idf-sys v0.33.2 The following warnings...

I have everything setup except for the esp-idf which this crate should handle. However, when attempting to build, I get following: ``` esp32-hello-world via (nix-shell-env) ❯ cargo build Updating crates.io...

enhancement

I'm using the latest package on NixOS. I just upgraded to the Nvidia 545 driver. It was working before. This one, v0.2.0: [hyprpicker](https://github.com/NixOS/nixpkgs/blob/5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8/pkgs/applications/window-managers/hyprwm/hyprpicker/default.nix#L26-L35) ``` ~ ❯ hyprpicker Segmentation fault (core...

Currently it is slow.

enhancement
question

# Parsers that aren't implemented yet ## Bits - [ ] [nom::bits::bits](https://docs.rs/nom/7.1.0/nom/bits/fn.bits.html) - [ ] [nom::bits::bytes](https://docs.rs/nom/7.1.0/nom/bits/fn.bytes.html) - [ ] [nom::bits::complete::tag](https://docs.rs/nom/7.1.0/nom/bits/complete/fn.tag.html) - [ ] [nom::bits::complete::take](https://docs.rs/nom/7.1.0/nom/bits/complete/fn.take.html) ## Bytes - [ ] [nom::bytes::complete::escaped](https://docs.rs/nom/7.1.0/nom/bytes/complete/fn.escaped.html)...

help wanted