Marco Fabbroni
Marco Fabbroni
Added decimals capability to the RotateToolHandle Hint without modifing the integer displaying of snap rotation. I think this change can improve the user experience when using rotation without snap, which...
Trying this post-processor I noticed that in every file It mistakes at least one circle
Can you provide an example/demo project to mess around with the app? I'd like to explore a little bit, I like project about ECUs.
## Summary Remove the false positive of the Italian cadastre portal domain as issue #1241 ## Checklist - [x] I have verified that I have not modified the following files:...
URL you wish to be removed: sister.agenziaentrate.gov.it Why you believe this to be a false positive: SISTer is the portal of the Italian cadastre, I agree that it may perhaps...
When compiling on windows for a windows target no issue at all, but when I cross-compile on ubuntu wsl with target armv7-unknown-linux-gnueabi, this issue arise. error[E0107]: struct takes 3 generic...
If the topic contains the "%" character, no data is received, even if the mqtt protocol support it. I think PR #112 could resolve the issue.
## Description Previously, the code relied on the default int type, which can vary between 32-bit and 64-bit systems. This caused inconsistent behavior and potential overflow issues. Using int64 ensures...
### **Describe the bug** Go `int` type is casted to `int32` in 32 bit systems and `int64` in 64 bit systems. So, being the `int32` possible max value is 2147483647,...