Thibaut Rousseau

Results 40 comments of Thibaut Rousseau

> To workaround after upgrade to go1.23, we can enable the `x509negativeserial` setting using `godebug` directive in the `go.mod` file. > > go 1.23 > > godebug ( > x509negativeserial=1...

Any chance for Trino support to be considered? 🙏

@ubogdan haha sorry about that, I actually forked to add the feature for my team (we currently use the fork) and decided to try to upstream afterwards I can still...

Hi! Thanks for the perspective. > We declined nilway because of its false positives, so I should suggest not using it inside your CI unless you want to fix non-real...

> To be clear, I understand the need, it's interesting but it's not as simple as you describe in your proposal. Don't worry, it's your job, I certainly don't want...

> > This would result in relatively minor changes in the code of the action, > > I think you didn't say that to minorize our work, but I recommend...

Some APIs definitely do that but I disagree that it's more idiomatic or more of a convention than the opposite. I'd even say Go usually discourages using pointers when they're...

Thanks @MaximeLaurenty, the solution is not easy to find when you don't know what to look for 😬 In my case when I tried enabling the SSH debug logs I...

Hi @huyphams, I can confirm it doesn't work with version 624 if I remove `PATH=/opt/homebrew/bin:$PATH` from the ProxyCommand