MajorDallas

Results 8 issues of 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...

enhancement
Render capabilities

**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...

enhancement

### 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...

documentation

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...

Issue #2979 described a problem where vendor-data and user-data are not merged. I've run into the same confusion, but didn't want to necro a closed, 2 year old issue, plus...

documentation

Changing the external authentication provider type in the management UI, eg. between 'oidc' and 'saml', does not enable the Save button and the change cannot be committed. When changing other...

bug