Dmitry Kryuchkov
Dmitry Kryuchkov
I just found out that my build artefacts have not been uploading for last 3 days. I don't think it's a reasonable default setting, as you can imagine I'm furious...
This change aims to address #68. Code uses `pathlib` to test whether or not file matches specified mask. `pathlib` has been added in Python 3.4. Not sure what's the go...
Let's say that I have MyUpdateTask bundled within MySuperApp.exe, v.0.1. As soon as I release new version of this assembly, updater starts failing as it loads only new version of...
It seems the `go.mod` still has the old package name `github.com/tree-sitter/tree-sitter-swift` ``` go: github.com/alex-pinkus/tree-sitter-swift@upgrade (v0.0.0-20241106144109-042041d0ff89) requires github.com/alex-pinkus/[email protected]: parsing go.mod: module declares its path as: github.com/tree-sitter/tree-sitter-swift but was required as: github.com/alex-pinkus/tree-sitter-swift...