Pranav

Results 89 comments of Pranav

Thanks for the bug fix. Do you mind updating the single-header-file version as well?

From [here](https://github.com/boostorg/pfr/blob/boost-1.84.0.beta1/include/boost/pfr/detail/core_name20_static.hpp#L163), it looks to me like they figured out how to get the field names to appear in __FUNCSIG__ strings for functions templated on the object, and then parse...

`alpaca::serialize` and `aggregate_arity` are designed for a struct input. Does it work if you wrap your tuple inside a struct? Like so: ```cpp struct MyType { std::tuple t(1, 2.3); };...

The serialize function is expecting the struct object, not each field. If you pass in the field itself, then wrapping it in a struct does nothing. This should work: ```cpp...

As long as there are no regressions (unit tests), I'd be open to it, yes :) Feel free to create a PR!

Are you attempting to run `infer_single.py` in parallel on 19 images?

Hello! Yes, I'd be happy to update my benchmarks using the latest ugrep v4.0.5. I'm excited for your plans to further speed up `ugrep`! I agree, it's tricky balancing features...

Press `CTRL+O` to get the open file dialog to open an image.

What errors are you getting?

You should be able to press `Ctrl+O` to get the Open File dialog. I can check to see if that happens automatically during startup or not - it probably should.