Ryan Prior
Ryan Prior
I'll give @iqbalansari the final word on this, but as far as I know this package doesn't offer any support for exporting things in org, markdown, latex, etc. It changes...
My container is for convenient development. Like @jayvdb says it's not needed for deployment.
I don't think that swift-mode works like js2-mode. Which is to say, js2-mode implements a complete Javascript parser in order to allow accurate highlighting, refactoring, etc. Are you proposing creating...
[irony-mode](https://github.com/Sarcasm/irony-mode) has a server that uses llvm's libclang to generate accurate data for auto-completion, documentation, etc for C, C++, and Objective-C. Swift also uses llvm, so we might be able...
I'd start with the user documentation for `irony-mode` and `irony-eldoc` which are both pretty good, then get into the source code. There are two parts: the server to generate the...
>I guess it's free as in beer, and not as in freedom, so probably that's why you wrote "gratis"? Yep I chose gratis to avoid "free" which can be ambiguous....
Hey @jotoeri, thanks for your response! As far as priority, I'm not in any huge hurry with this feature request since my forms aren't taking up that much of my...
I don't like the idea of specifying the provider in the secret YAML, because that makes it difficult to use one provider (ie a local keyring) in dev and a...
I often attach screenshots and (short, directly to the point!) videos to PRs so would use this feature daily. What work is there to be done? Maybe I can contribute...
I'd like `encode` on a `Map(a, b)` to give a normal JS object if `a` is `String`, otherwise a JS `Map`. This would not work with Mint's `Json.stringify` but it...