fbeutel
fbeutel
I recently came across an error when using QXmppMucManager: When adding a room with a JID that contains capital letters (e.g. `mucmanager->addRoom("[email protected]")`, QXmpp doesn't recognize a successful join, because the...
This replaces the old spiral with a new version of an archimedean spiral which allows to set the length. The number of turns required to achieve the length is determined...
Suggestion for a new format for the `desc` output dictionary. This follows more closely the idea of GDSII that each cell is identified by a unique name and can be...
Sometime, the cell creation is expensive and benefits from parallelization. At the same time, some sub-cells can be reused between cells. Currently, this fails because when ProcessPoolExecutor (or similar parallelization...
It would greatly simplify API development if automatic `Option` conversion was supported. Since C++17 there is `std::optional`, which would allow a more or less direct translation of supported types. I...
If I'm not mistaken, the changes made in pull request #197 break some rust build scripts. The behavior as it originally was should have been correct, as it defines ```...