adsnaider

Results 16 issues of adsnaider

Was wondering if it would be possible to have a list of the codicons you have in the README's screenshot alongside with the font necessary for them.

Hey, I was wondering if it would be possible to setup a LICENSE on this repository so that I can use it on a project of mine.

#### Describe your feature request I would like to have something similar to `:tabe` on vim / neovim as it happens to be an important part of my workflow.

C-enhancement
A-helix-term

When I run `bazel run @rules_rust//:rustfmt`, I'm greeted with the following error. Building rust targets, and even generating rust-project.json is all working fine so I think the issue is with...

rustfmt

**Describe the bug** I want to attach to the RTT on my RP2040 chip that is currently running (flashed with probe-rs). When I use the command `probe-rs attach [my binary]...

bug

**Describe the bug** probe-rs run always fails on the first go. Succeeds on the second go. This is happening while using a CMSIS-DAP debug probe on an rp2040. **To Reproduce**...

bug
chip:rp2040

Hi, this is somewhat a question and somewhat an issue. I was trying to set a pin's level manually while I was writing a little serial interface to test my...

Currently, flatc allows using `--rust-module-root-file` and `--gen-all` to generate multiple schemas into a single crate with a top-level `mod.rs`. This is good but makes it really hard to use in...

This PR sets up the session table (called persistent_session because diesel... https://github.com/diesel-rs/diesel/issues/3055). Every time a user is logged in, a session will be created alongside the cookie that the user...

C-enhancement ✨
A-backend ⚙️

The spec for the GetPfmId Request says that the `identifier` field is optional. This is because it defaults to `Identifier::Version` if not provided. We can save sending this field over...