Georges Dubus

Results 35 comments of Georges Dubus

I've spent the afternoon making a toy json-to-dhall tool (https://gist.github.com/madjar/252c517644c0e13ef28a2a7ca71f5fa4). It's very prototypey code, and just supports most basic types, as well as optionals and dynamic maps (mapKey/mapValue). The question...

@Gabriel439 If your review it closely, then I'll have to apologize for the quality. It was kind of rushed this afternoon. The approach I've take is the one describe in...

I looked into this a bit, and I've found two potential ways to interface with pre-commit. The first one is to use the `--from-ref` and `--to-ref` arguments of `pre-commit run`...

That sounds like a good idea, but I'm not aware of ways to use flakes as channels. Do you have something specific in mind?

I'm very happy to find this at the end of a long search :) @kazz187 Thanks a lot for the workaround. I'd like to add that there is a noop...

I don't have time to dive back into pyramid_persona, but this should be quite simple (something like `request.response.headers['X-XSRF-TOKEN'] = request.session.get_csrf_token()`). These API is getting a little crufty, and persona's API...

Peter Santoro suggests to an eample on how to change the groupfinder callback.

It is indeed the right place to report it! A few days ago, nixos.org changed its hosting to Netlify (https://discourse.nixos.org/t/announcement-moving-nixos-org-to-netlify/6212/26), and moved a bunch things around. That means the absolutely-not-brittle-at-all...

Chiming in, as requested. So, this looks like an issue with double escaping (which are always fun). The result is not completely specific to logfmt, it's the same thing you'd...

Okay, after thinking more on it, here are a set of test cases that I've validated against the grafana parser, that should cover this: - `boring` -> `boring` (`"boring" would...