Victor Engmark

Results 59 comments of Victor Engmark

Yes, I have a bunch of extensions enabled, including an ad blocker.

I see in uMatrix that it does do an XHR to an "execute-api" host on AWS. Looks like that is how commands are evaluated, so it needs to be enabled....

Accidentally closed it. Do you think changing the error message to include more information if it can't reach the execute-api host would work?

> Had considered this before, just not gotten to it. Also, I'm still debating whether to move to python entirely for task/test running. I had experimented a long time back...

Interesting! FWIW, here's an extract of my settings: - `git config core.editor` is not set - `$EDITOR` is just `vim` - Up-to-date version of Arch Linux - Python 3.8.10 Test...

A bunch of my own and [my employer's projects](https://github.com/search?q=org%3Alinz+gitlint&type=code) are using `gitlint`, and I'd be interested in helping out. I'm familiar with the tech (Vagrant, GitHub Actions, Python, static analysis...

@sigmavirus24 Yes, we're using Poetry for "real" Python development, see for example [this repo](https://github.com/linz/geostore/). I know it might be a controversial subject, so I might bring it up sometime later...

`.liquid.html` would be semantically wrong. File extensions are listed from inner to outer, which is why gzipped tarballs typically have the extension `.tar.gz` (sometimes shortened to `.tgz`). Jenkins uses HTML...

That would be very, very bad for the project I'm on. We already have many millions of audit log entries. Why not leave it as a `JSONField` and deserialize it...