eldir
eldir
I am also still having this issue; getting the same error messages as posted above. Using Python 3.7.3. 64 Bit on Windows 10.
I'm afraid I cannot share the entire file, but I can share the header and the tail if that helps ``` 500 0 2 0 58 PRO/ENGINEER BY PARAMETRIC TECHNOLOGY...
This seems to still be causing trouble for projects based on Tauri: https://github.com/gitbutlerapp/gitbutler/issues/3518
I think I understand what was causing this. It seems like version tags like `v0.1` are ignored but `v0.1.0` does correctly increase the version. Does this have to do with...
What I don't understand however is why this would have cause a minor version bump the commit `dev_build` got auto versioned to `v0.13.1`  with these settings 
Closing this here as I should have posted this in the client repo.
https://github.com/socketio/socket.io-client/issues/1627
Hi, I think there are a few good angles to mitigate this. Ultimately I wouldn't have expected it to necessarily process the function reference (even though a simple `console.log(function_reference)` will...
I too encountered a need for this do be disabled separately. The components that I want to rearrange via DnD are quit complex (various input fields as well as onClick...