Ben Reeves

Results 49 comments of Ben Reeves

Alright, thanks for clarifying. Using `fd` to write all of the interesting filepaths to a file and then `xargs`-ing that into `rg` got me results way faster! It would be...

I can use xargs yes but ripgrep won't start searching any of those paths until the `fd` scan completes. EDIT: oh nvm i can make xargs chunk it up into...

Hi @zdimension, I'm curious to know more about the original code you were writing when you encountered this issue. Were you running an egui application inside of a web worker?...

I could really use an option in Trunk to pass arbitrary flags to cargo. My use case is the same as @F8RZD, except I need to *not* supply those flags...

Similar to https://github.com/trunk-rs/trunk/issues/854#issuecomment-2334715828, it would have been really useful for me if Trunk offered an option to pass arbitrary extra flags to `wasm-opt`.

Hi, I'm keen to see this stabilized. Is there any work that can be contributed to push this forward? It would be my first Rust contribution, but I have a...

# Experience Report @scottmcm I have tried `#[feature(try_trait_v2)]` in its current form. I'll give an experience report: Overall my experience with this feature is positive. It may end up being...

> So I experimented with implementing my own replacement for `std::result::Result` (call it `MyResult`). This is actually a little bit unfortunate, in retrospect. It would be much better if I...

Just curious as an onlooker: what would be the correct thing to do here?