Jordan MacDonald

Results 71 comments of Jordan MacDonald

Sadly, this is an issue with [`git2` and `onig` library symbols conflicting](https://github.com/alexcrichton/git2-rs/issues/232). Avoiding static linking for either of these libraries should do the trick, although I've not looked into that...

Thanks for the kind words, @nochiel! Amp doesn't support Sublime Text _packages_, but it should support the syntax definitions. Try taking one of the `.sublime-syntax` files in that package and...

This is a [known bug](https://amp.rs/docs/#encoding). I'm certainly not opposed to adding support for it, but it's low on the list at the moment (and it _may_ have widespread implications due...

Yep, it looks like you'll need `libssh2`, too. Statically linked binaries are the next hurdle, but we're not there yet; that'd prevent you from having to install anything else. Taking...

`libssh2` is a specified dependency in the Homebrew formula, so yes, you'll need to install that (as well as `openssl`). As soon as the [homebrew-core PR](https://github.com/Homebrew/homebrew-core/pull/22441) is merged, this will...

I'm certainly not opposed to it, but it would be non-trivial, and low-priority at the moment. Scribe currently exposes a single cursor for each buffer, so we'd need to rewrite...

First off, just want to state that I really enjoy and make use of DevDocs, so thanks for all of the work involved in creating and maintaining that. I'd like...

Thanks for confirming, @pbgc. 🍻

👋🏼 Hi there! I'm hoping the default keymap callout in the [key bindings section of the manual](https://amp.rs/docs/configuration/#key-bindings) is enough to cover that. It's a pretty convenient method that shows all...

It seems like this feature lost steam trying to get the Windows tests passing, but for what it's worth, I'd love to see this merged; `gopass` support would be a...