Ingvar Stepanyan
Ingvar Stepanyan
> For my case I will be able to seamlessly integrate in opposite direction and do `co_await do_work();` in the val coroutine. For what it's worth, this is already supported...
Nvm, I jumped ahead to https://iai-callgrind.github.io/iai-callgrind/latest/html/benchmarks/library_benchmarks/quickstart.html and skipped over https://iai-callgrind.github.io/iai-callgrind/latest/html/installation/iai_callgrind.html. I suppose the actionable things here would be: 1) improve error message if binary is not found, instead of failing...
IIRC to reproduce the error you'd have to uninstall or remove from PATH the iai-callgrind-runner as the underlying issue was that I didn't have it installed yet, but it wasn't...
> To solve the problem, check the version of `iai-callgrind-runner` (for example with `cargo install --list` and make sure it matches with the version of `iai-callgrind` of your library in...
> I think you need to have more control and understanding of the generation parameter I think you can have quite a bit of control via attributes on fields, but...
> I'm not such a fan of using reflection to generate Gens. Oh, also just to be clear, I was talking specifically about Roslyn source generators (entirely compile-time, and you...
> Previously, the engine was compiling the same regex multiple times during execution. I don't think it does. As long as you store and reuse the `Filter` instance, the compiled...
Ah yeah, in those scenarios caching is definitely up to the user.
FWIW I had a WASI-enabled fork of coreutils a while back as well, with my custom JS runtime to have coreutils working in a browser: https://wasi.rreverser.com/ (https://github.com/GoogleChromeLabs/wasi-fs-access, fork here https://github.com/RReverser/coreutils)...
I see there was an attempt to land this in https://github.com/uutils/coreutils/pull/7596, but it never got a response. Is this still planned to be merged?