Otto Kekäläinen

Results 403 comments of Otto Kekäläinen

Thanks for looking into this. Just to be explicit, this is not a blocker for tiup in Debian and I am not in a position to decide if TiUP really...

In #2602 I have a tiny commit that makes TiUP compatible with usql 0.19.19: ```diff Subject: [PATCH 4/6] Make TiUP compatible with usql v0.19.19 As the golang-github-xo-usql-dev package v0.19.19 in...

Yours is for usql v0.19.25 and fine to merge. I will just bump usql in Debian to v0.19.25 and we are good with that.

Merged commit https://github.com/pingcap/tiup/commit/c57cefb1f1394613e7f3a80ccdcb03668569a43c updated to usql v0.14.0.

This was already reported in #131 but fixed with a3b388bf966ba5fef13b22e7bfd61ab90e6be387 but I don't fully get why `GO111MODULE=on` affects this and the git commit message does not explain anything *why* this...

The above commit was actually removed when upgrading to Go v1.17 in cf2bc0f5c9c2aa0b9cd4faf3d0141c7e925561d7. The package still depends on `github.com/mitchellh/hashstructure v1.1.0` from 2020. It should be updated to use the latest...

One option would also to replace `mitchellh/hashstructure` with some newer fork listed at https://github.com/mitchellh/hashstructure/network. However the most developed fork https://github.com/shorsher/hashstructure has no updated in the README, accepts no issues and...

Great! Looking forward to see that as an upstream submission at https://github.com/homeport/dyff/pulls

Thanks @babakks for a review of the current dependencies and all of you for the replies! While the Go tooling and Dependabot can help automate bumping dependencies and tracking CVEs,...

Also, related to needs in Debian, why are you making so frequent releases? Can you add a tag to some release that is considered more than average "stable" so downstreams...