rezahousseini
rezahousseini
I get a segmentation fault when calling `process` inside a callback lambda: ``` #include #include #include #include #include #include #include namespace sml = boost::sml; namespace asio = boost::asio; // events...
When running [this](https://godbolt.org/z/rPznKE) program in linux, all works fine, but with mingw I get a segfault in the deconstructor (this does not happen when not using boost::di). My guess is...
It seems not possible to define an optional argument with only double dashes: ``` @plac.annotations( debug=("Enable debug mode", "flag") using=("Use additional signals", "option", None, str) ) def main(debug=False, using=None): pass...
When using Numpydoc docstring style with multiple positional arguments the help text gets misaligned ``` import fire def run(executable, argument): """Run. Parameters ---------- executable : Executable to run argument :...
Hello I tried to build your project but there are some problems with the submodules: - The path to the "cpptasks-parallel" module is somehow wrong, replacing it with https://github.com/duns/cpptasks-parallel.git solved...
Adding the boost independet asio library