Paul T

Results 143 comments of Paul T

Hmm, maybe I'm misunderstanding the problem. I will dig a bit more and update the issue.

Runnable example using Wandbox with Boost ASIO https://wandbox.org/permlink/jmI0QkJXpE4XYNKK

See https://github.com/typst-community/typst-package-template/tree/main and https://jamesxx.github.io/blog/2024/07/09/packages.html

Resolved in 8d7e6f846da153283b976f44b87f6411e4db6807

See https://github.com/typst-community/typst-package-template/tree/main and https://jamesxx.github.io/blog/2024/07/09/packages.html

Has there been any progress on making catkin optional? The use of catkin/python is a barrier to using this library for us, but it seems to be more self contained...

For the `solve()` function, I moved to using this: ```cpp template TerminationOperator = dp::genetic::generations_termination_criteria, dp::genetic::concepts::selection_operator SelectionOperator = dp::genetic::roulette_selection, typename IterationCallback = std::function> requires dp::genetic::concepts::population && std::invocable [[nodiscard]] results solve( const...

I honestly forgot this was still open. I'm also happy to address any concerns to get this merged in.

No problem 👍

I think nanobench can output a json format that is compatible with [pyperf](https://pyperf.readthedocs.io/en/latest/analyze.html) which you can use to check for performance regressions.