Artyom Lebedev
Artyom Lebedev
 [AEC Plan Elev Sample (dim,hatch,sheets).dxf.zip](https://github.com/user-attachments/files/18924266/AEC.Plan.Elev.Sample.dim.hatch.sheets.dxf.zip)
 
### Checklist - [x] I've looked at the [documentation](https://leafletjs.com/reference.html) to make sure the behavior isn't documented and expected. - [x] I'm sure this is an issue with Leaflet, not with...
Disabling reset in UI does not change the behavior. Also restored enabled after application restart. Loaded here: https://github.com/Schildkroet/Candle2/blob/92654c50886b68e457c0024d2ebd39fee4fd3e73/src/frmmain_settings.cpp#L38 But not saved in [saveSettings()](https://github.com/Schildkroet/Candle2/blob/92654c50886b68e457c0024d2ebd39fee4fd3e73/src/frmmain_settings.cpp#L195-L196) later. I tried to set `resetConnect=false` in...
I tried master branch in our Webpack-based project. It fails to compile with this error: ``` This dependency was not found: * zstddec/stream in ./node_modules/geotiff/dist-module/compression/zstd.js ``` Changing this import fixes...
**Describe the bug** The scene consists of a cube which is driven by "Copy Location" constraint, copying Y/Z coordinates from "Control" object. I animate the control object, which makes sense...
The `throw_exception()` [function](https://github.com/chriskohlhoff/asio/blob/f99f67f53c9f0a9154af5fd03eac7c95eeb20614/asio/include/asio/detail/throw_exception.hpp#L33) should have `[[noreturn]]` attribute. My problem example is that I use [canary](https://github.com/djarek/canary) library which [calls](https://github.com/djarek/canary/blob/8f2a9612b197552afa3702422fc8521095ffb1bc/include/canary/detail/config.hpp#L55) this function. The calling function is declared as `[[noreturn]]` (which is reasonable),...