-
Type: Feature Request
On multi-root workspaces, Source Control in VSCode is becoming not useful as the UI is very distracting and I'm not even sure where to look at.
VS Code version: Code 1.93.…
-
I'll try keeping track of some useful helper functions to include in `willow-rs`.
- [ ] Some form of `Range::new_exact`:
```rs
impl Range {
fn new_exact_path(path: Path) -> Self;
}
…
-
Very useful suggestions for your tool:
- Add discord usernames and other platforms if you can like: "user:email:pass | (number) hits" or "email:pass | (number) hits | username = (username)" or othe…
-
> I am wondering whether it ever makes sense to display the group's estimated capacity (e.g., 20-29) in the generated table. I say this because we don't actually generate the schedule until we have re…
-
After looking at cpan.metacpan.org logs for `/modules/by-...` it seems they are just full of bots and not much else (though I can't be 100%!).
These directories are full of symlinks which actually…
-
Building with the recent RC2 preview I get the following error message which is not very helpful
```
ILLINK : error MT2301: The linker step 'Setup' failed during processing: This version of Micros…
-
an issue to discuss and propose more [snake~] methods
- [snake~ nchs], get number of channels in a multichannel connection, useful to route signals according to number of channels and also to resiz…
-
-
I read this blog
https://mmapped.blog/posts/01-effective-rust-canisters#canister-interfaces
I watched recently video about [candid bindgen](https://youtu.be/0OVViUa-A-U?si=Ax24eVm6gq2O2QKR&t=2089)…
-
The following traits should be implemented in alloy to remove manual casting functions in op-rs:
- `impl From for alloy::rpc::types::Block`
- `impl From for alloy::consensus::Header`
- `impl From…