Maël Kerbiriou
Maël Kerbiriou
### Environment **Vuetify Version:** 3.0.0-beta.0 **Vue Version:** 3.2.31 **Browsers:** Firefox 98.0, Google Chrome **OS:** Linux x86_64 ### Steps to reproduce I took a look at public APIs from the docs:...
This is a work in progress of a re-implementation of vertices merging during mesh loading, made to be more precise and more efficient. A 3DBenchy no longer triggers the warning...
This is a first shot at enabling unit size to be changed globally at compile time. - More user-defined literals use, - Refactor or annotate magic numbers, - New constants...
- Headers are standalone and can be compiled without additional includes, -> This doesn't mean that all their functionality can be used without needing additional includes. Some argument type are...
Tested with Clang 13 and GCC 11.2. Updating to the latest master of rapidjson solves the warnings from that code. This PR doesn't update it as there is no release...
In some case `writeInt2mm` reads a char before the start of the buffer. This is mostly harmless as the buffer is on the stack far from protected memory but might...
Is there someone working on this ? The only reference I found is on the [GATB Global Architecture page](https://gatb.inria.fr/gatb-global-architecture/) : > Wrappers for other languages will be available in the...
Currently containers for many printers fail to pickle. Increasing the recursion limit to 3000 fixes this. I looked at the disassembly with `python -m pickletools`, there doesn't seem to be...
When reducing `discretization_step_size` to smaller values (btw, I think it should scale with nozzle size or line widht), I noticed that lightning infill was getting a lot slower, even with...
Superseeds #1593 and #1662, resolve #1663. As noticed in discussion of #1432, this PR introduced another case of iterators decremented before `begin()`. While it is not an issue with release...