Arnaud Billon

Results 11 issues of Arnaud Billon

**Is your feature request related to a problem? Please describe.** FLANN library is not maintained anymore, it hardly had any commit since April 2019, as mandatory dependency for PCL It...

kind: proposal

PlotShaded only supports a single color for the overlap region, It could use a segregation based on a quantity being higher than another. Here is a Simple example, used to...

**Bug category** - [x] *bug - compilation error* - [ ] *bug - compilation warning* - [ ] *bug - runtime error* - [ ] *bug - runtime warning* -...

bug - compilation error
cross-platform issue - linux

Somewhat related to https://github.com/Forceflow/libmorton/issues/41 Having to manage both `uint_fast32_t ` / `uint_fast16_t` or `uint_fast64_t ` / `uint_fast32_t ` is not easy, especially with templated code: The following overload: `inline void...

enhancement

Fixes two things: - `matplotib_cpp` target requires `$` to be used with `add_subdirectory` so that `matplotlibcpp.h` can be included seamlessly - There are no headers within the `examples` subdirectory, therefore...

Fix #22 Changes: - Set correct OpenMoji CC-BY-SA-4.0 License in package description - Updated readme.md

### Discussed in https://github.com/svgmoji/svgmoji/discussions/21 Originally posted by **WildRackoon** January 18, 2022 [OpenMoji has a `CC-BY-SA-4.0` License](https://github.com/hfg-gmuend/openmoji/blob/master/LICENSE.txt), however the svgmoji package states OpenMoji is `MIT`: https://github.com/svgmoji/svgmoji/blob/main/packages/svgmoji__openmoji/readme.md This also ends up on...

I am unsure whether this issue is same as #53 I was unable to connect my self-hosted instance using PayForMe. Both IHateMoney's Front-end version and Android's MoneyBuster work fine. PayForMe...

If I am not mistaken, currently the only way to change the envelope of an `RTreeObject` within the tree is to remove then re-insert it somewhere else later. Most generically...