-
First of all, thank you so much for writing this gem!
I've been trying to figure out how to get my Rpi Pico to do just this!
I keep running into the ImportError: no module named 'btree'. I can't fig…
-
Since I upgraded to 6.12, my bcachefs (root) filesystem repeatedly fails to mount at system bootup, because of `filesystem marked as clean but have deleted inode` errors at mount time (see below for d…
-
```
error[E0275]: overflow evaluating the requirement `NonNull: Sized`
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`host…
-
This bug report is some just interesting behavior from me being a newbie and unintentionally rolling back kernel versions.
I think it would be helpful to show a warning message instead of automatical…
-
Here's a few suggestions after reading the benchmark description on the docs website and doing a brief code-review of the sqlite backend after seeing such abysmal performance on the benchmark. Like, s…
-
Repo: https://github.com/tidwall/btree
Issue refrence: #1
- [x] double pointers.
- [x] goto statements and labels properly functioning.
- [x] no field name conflicts. (last conflict, being lowe…
-
Here is the test program that gives me a segmentation fault at compile time:
```fortran
program test
implicit none
type :: btree_t
type(btree_t), pointer :: l=>null()
type(btree_t), pointer …
-
I would expect this to work:
```
$ cargo run pil test_data/asm/book/hello_world.asm -o output -f -i 0
...
Writing output/hello_world_analyzed.pil.
...
$ cargo run pil output/hello_world_analyzed…
-
_I'm getting the feeling that I'm spamming issues right now. Sorry about that. If there's a more appropriate place to ask about this, I'd be happy to be pointed to it, but as searching the Internet f…
-
Here is the tracepoint output, showing issues writing to the promote device
(from perf trace -e 'bcachefs:*')
```
163193.447 kworker/u49:12/210640 bcachefs:read_promote(dev: 265289742, sector: 12…