fiveNinePlusR

Results 17 issues of fiveNinePlusR

When saving a response the root of where the file wants to save is in a deeply nested temporary file location but it would be much cleaner to have the...

It would be nice to have a way to use the bundled version of solargraph first but fallback to the system gem if it's available. There are many times where...

It would be nice to be able to browse more classes like on the search page but for more than just six classes. Maybe something interesting would be a recency...

Is this easily compatible with macOS? if not, any desire to add that?

Has anyone determined how hard it would be to add a homebrew formula for XVim? just a basic brew install XVim and brew update XVim would be very nice to...

Is there a technical reason that you don't build for anything but the latest mac os versions for release? Seems like it should work on the older ones if the...

there is a recent LSP server for the swift language [here](https://github.com/apple/sourcekit-lsp) It would be nice to have swift support for this.

Feature request

maybe there is a better, longer lived, server? maybe NIST or something like that

Some functions do not get converted into a proper function in imenu. [For example in the mozilla codebase](http://searchfox.org/mozilla-central/source/browser/components/places/PlacesUIUtils.jsm#1504) ```javascript promiseNodeLikeFromFetchInfo: Task.async(function* (aFetchInfo) { ``` renders as `[unknown 5]` another example...