Jacob Magnusson

Results 118 comments of Jacob Magnusson

Needed https://github.com/dziegler/django-css/pull/33 to make your patch work properly.

This is a regression that was introduced in `helm-secrets 2.0` (nice improvements otherwise, @mhyllander!). The current readme shows examples of putting the sops config at `helm_vars/.sops.yaml`, but that no longer...

This actually worked before helm-secrets 2.0. Don't know what caused the regression.

What about - until a good way of utilizing HTTP2 connections can be established - just supporting a simple `/transaction` endpoint which handles RFC6902 JSON PATCH-esque payloads with a very...

`functionCase` would be a great addition to this already awesome project! It just looks strange to me too see PostgreSQL functions in uppercase.

I've never tried [buildr](https://github.com/balupton/buildr) that they seem to use, but my guess is (from the command prompt): 1. Install Node.js 2. `git clone https://github.com/browserstate/history.js.git` 3. `cd history.js` 4. `npm install`...

This would be an awesome improvement to performance I would imagine!

What about adding a third dash? E.g `--- This is a doc comment`. That way there would be a kind of symmetry with the triple slash for standard doc strings.

I personally think this should be the default (and only way) to read the queries directory.

@LouisGariepy What about creating sub-modules to reflect the real directory structure that the query files reside in? I.e. `foo/bar/my_queries.sql` would appear as: ```rust mod foo { mod bar { mod...