msirringhaus

Results 55 comments of msirringhaus

Ok, think you are right about `client_extras_dir`, which needs to be set. Question is, is there a sensible mapping to XDG? `XDG_DATA_DIRS` are per default under `/usr/` (which usually is...

Hm, either that or xi-term goes over `$XDG_DATA_HOME:$XDG_DATA_DIRS` one by one and checks if a `xi/`-subdirectory exists. If so, it takes it and sends it along. This would of course...

Modal editing can be done (sublime has a Vintage mode for vi-keybindings, based on this keymap and some (don't know enough here) smaller plugins). But it is definitely not a...

Just fyi: My fork now has support for undo/redo, copy+paste, moving around + selections, and multiple cursors. It is not modal, but I think you could take 90% as is,...

Well, that branch has now "long" been merged into master. I think you can just look at HEAD and take what you like. Most of the really sublime-specific stuff happens...

For me this is only happening with syntax highlighting active (for all kinds of multi-line selections). Without syntect, everything looks good.

Meh, one testcase failed because azure is down or something. It just needs to be kicked off again, but I don't have permissions to restart it.

Thanks for the extended literature search and compilation. This looks good to me. Regarding the renaming: Then we probably should rename `wire_format()` to `ctap2_format()` as well, to be consistent. Note:...

@micolous Do you have spare cycles to rebase this PR, or should somebody else?