Jacques Dafflon

Results 38 comments of Jacques Dafflon

@mmalone Thanks for your reply, Something like ACME-STAR would be indeed very interesting for us. (Tho I understand that this might not happen in the short term, and unfortunately we...

There seems to be a few other places where emails starting with digits are a problem. Specifically, I tried to bypass the `git secret tell` issue by adding a second...

@joshrabinowitz Thanks for your quick reply. Using key IDs and fingerprints sounds like a great idea but more work. When positing initially, I was hoping for a quick fix (just...

I am having a similar issue. `scipy=0.19.0` is too old for my distro. Even if I downgrade scipy in a virtualenv, scipy 1.2.1 will not work with python 3.8. Any...

I just stumbled on this issue as well. One fix is to run [`goimports`](https://pkg.go.dev/golang.org/x/tools/cmd/goimports) on the generated files, such as: ```bash goimports -w /*.sql.go ``` This will ensure all generated...

@jschaf I have the following linter errors: ```shell make lint golangci-lint run internal/pgdocker/pgdocker.go:20:2: SA1019: "io/ioutil" has been deprecated since Go 1.16: As of Go 1.16, the same functionality is now...

> No issues and I'm likely to merge. First, I'd like to understand which lint the change fixes. Seems like fieldalignment is unaffected since the ordering when defining textPreferrer is...

@jschaf This is something I need for one of my use case (see #46 for details) so I'm working on an implementation. It's missing the mapping of return columns, tests,...

> Thank you for diving into the codebase. I'm in favor of the change so happy to keep working with you on this PR. > > The main thing I'm...

@jschaf Overall it all seems good. There are just a few things to note: 1. > For ease of parsing, I'm in favor of using a pggen prefix to identify...