Jean-Louis Leroy
Jean-Louis Leroy
### Library name YOMM2 ### Library description YOMM2 implements fast, open multi-methods that closely follow the proposal by Peter Pirkelbauer, Yuriy Solodkyy and Bjarne Stroustrup [in this paper](https://www.stroustrup.com/multimethods.pdf) ### Library...
Another take at this. By the way, Google benchmarks also has a switch that must be explicitly set to ON to make it download the missing deps. Also, I include...
I would like to use your extension at the office, but Legal requires that it is available under an Open Source license. Could you add one please?
*Issue number of the reported bug or feature request: #* **Describe your changes** A clear and concise description of the changes you have made. **Testing performed** Describe the testing you...
Make `bmq.util.logging.Action` store the value. Even though the action sets the log levels appropriately, this change makes it possible to detect whether the switch was specified.
*Issue number of the reported bug or feature request: #* **Describe your changes** A clear and concise description of the changes you have made. **Testing performed** Describe the testing you...
**Describe your changes** Unit tests don't build on Ubuntu 20. **Testing performed** Build and run the tests. **Additional context** Problem was caused by an incorrect `benchmark.pc` file. Applied a work...
Hi, It looks like you tried to add my YOMM2 library in the past, but it did not work out (the commit is marked with "WIP"). Would you like to...
* Remove `xsdata[cli]` from Python pip requirements file, because it requires `ruff` and then in turn Rust. * Changes to `schemagen`: * If `xsdata` is not available, require user to...
`bin/build-ubuntu.sh` assumes that the machine is useable for development, i.e. that several developer tools (g++, make, ninja, etc) and libraries (bison, flex, Google test, mock and benchmark, etc) are available....