Boscop

Results 547 comments of Boscop

Replace mode is useful for ascii art/comments, e.g. writing something like ```asm // ┌G:granularity (1 → limit *= 0x1000) // │┌D/B:default operation size (0 = 16|64bit, 1 = 32-bit) //...

Btw, has anyone updated this crate to work with leptos 0.8 (in a fork)? 🙂

@jerhat Nice 🙏 Btw, it says that repo is 3 commits behind upstream. One of the commits it's missing from upstream in [this one](https://github.com/gaucho-labs/leptos-hotkeys/commit/669416d6fa8f61d25cbde04f6237f9aa214d556d). Is there a good reason not...

If I'm never calling `rebuild_context`, is there a hacky way to still get the ID for `SimpleFramebuffer`? And is there a way to save the state of the current context...

Yes, it would be very useful to be able to get the ID of the framebuffer. In the meantime, can I guess its ID, in other words, are framebuffer IDs...

Is flume still faster than crossbeam-channel? These benchmark diagrams say different things:

Yes, this is a very annoying issue for me too. Claude Code always crashes rust-analyzer: ``` thread 'LspServer' panicked at crates/rust-analyzer/src/handlers/dispatch.rs:417:17: Invalid request Method: workspace/didChangeWatchedFiles error: relative URL without a...

@ishitatsuyuki Where is the newer API available? On master? I'm using the crates.io version.

@irowberryFS Interestingly, libSQL uses LM-DiskANN for the vector index: https://turso.tech/blog/approximate-nearest-neighbor-search-with-diskann-in-libsql

@rakshith-ravi Great, thank you! To go about this, it makes most sense to do it for Leptos 0.7. The official [Leptos book](https://book.leptos.dev) is not yet updated to 0.7, but a...