Bismit Panda
Bismit Panda
Hello, I cloned this repo and changed some files and run `cargo check` but getting errors. `main.rs` ```rs #![no_std] #![no_main] use arduino_hal::prelude::*; use panic_halt as _; #[arduino_hal::entry] unsafe fn main()...
### Describe the bug The new color changes made some of my custom themed UI to be extremely ugly. Some examples are attached below. The button below show the `hover:`...
The following types are not `Deserialize` in the networks nodule: - `InspectNetworkOptions` - `ListNetworkOptions` - `ConnectNetworkOptions` - `DisconnectNetworkOptions` - `PruneNetworkOptions` Even though they could be *trivially*. I did not find...
## Description Sea ORM uses `Vec` for `Bit` and `VarBit` with length greater than 1 and `bool` for length 1 or none. But it should use [`bitvec::vec::BitVec`](https://docs.rs/bitvec/latest/bitvec/vec/struct.BitVec.html) for `VarBit` and...
Whenever I add `langALias` to the `@shikijs/rehype` plugin, the build for the `.mdx` file containing a code block with the aliased language fails. ```ts const blogs = defineCollection({ name: "blogs",...