Sıddık AÇIL
Sıddık AÇIL
This is not a memory leak. I run the code in debug mode and the line here reports https://github.com/LibreCAD/libdxfrw/blob/16642a70cb8865742467f6bc1d8c3618deee8432/src/drw_entities.cpp#L1910 470484544 ncontrol for a spline in the hatch. Considering this creates...
The issue turned out be a parsing error as I suspected. I used the DWG file spec found [here](https://www.opendesign.com/files/guestdownloads/OpenDesign_Specification_for_.dwg_files.pdf) to make a comparison with the actual code and there appears...
It seems pretty cool and abandoned 😢 There are known limitations on the README.md for future contributors but I am not sure if @mikeshimura is willing to continue on contribute.
When you are creating an issue on any kind of programming website, make sure you spend a little more of your precious time to explain what your problem is and...
An `owner/name` pair does not identify a GitLab repository. Old versions of goreleaser had `brew.github` yaml path to identify a GitHub repo to create formulae files on. Now, `brews.[:id].tap` is...
What does ```pkg-config --modversion proj``` say?
Just realized that this project is in hibernation mode. Please close the issue if this is out of scope for maintenance.
Aforementioned lines have comparisons for mostly static const char values, namely `FileSignature`, `SystemIdentifier`, `SoftwareIdentifier`. These comparisons check for pointer equality and work as expectedly since compilers often use optimizations that...
`junit.jupiter.extensions.autodetection.enabled` gets us the registration of auto-detected extensions (and default extensions): https://github.com/junit-team/junit5/blob/e69243ae0f3c68f07d075ac3901c98c375d040f0/junit-jupiter-engine/src/main/java/org/junit/jupiter/engine/extension/MutableExtensionRegistry.java#L70 I think a solution would be rolling out a custom implementation of `ConfigurationParameters` that has `setExtensionAutoDetection(boolean value)` but...
I have created a crude PR for implementing this behavior. However, now that the feature is here, I am wondering what is the concrete benefit of this for you over...