MajorDallas
MajorDallas
tl;dr: I guess if I'm asking for anything with all the following, it's clarification: is feature-parity with `jq` an eventual goal for `jj`, or is it meant to only ever...
I wrote this on #215 day before yesterday: > ... the [json] file size was over 10,000x that of the html and md files. No joke: the same diff produced...
**Is your feature request related to a problem? Please describe.** Using `@namespace.marshal_with` multiple times on one method results in only the outer-most `marhal_with`'s model being used. The only workaround is...
### Community Guidelines - [X] I have read and agree to the [HashiCorp Community Guidelines ](https://www.hashicorp.com/community-guidelines). - [X] Vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original...
The README lists the default keybinds for both Mac and non-Mac keyboards, but to see what the emacs keybinds are one has to read code. Within the code, one also...
My application makes use of SQLAlchemy and eliot. Today, I discovered that sqlalchemy's `Table.name` is a `sqlalchemy.sql.elements.quoted_name`, not a `str`, so I would find `destination_failure` objects with a `TypeError: Dict...