Dominic Monroe

Results 195 issues of Dominic Monroe

This rewrite removes jQuery, and instead relies on modern browser APIs to implement the same functionality. This makes search fast enough that it's able to run without the need of...

`do`, `let`, etc. do not work with vimpire's doc system.

For some reason the loader can't find these while loading the clojure sources, but `io/resource` works. So I think it's either ShimDandy's loading strategy or the fact that clojure.lang.Compiler/LOADER is...

Using the docstring detection, would it be possible to perform formatting to match https://github.com/bbatsov/clojure-style-guide#align-docstring-lines ?

enhancement

I'm using a projector, which has it's xrandr line like so: ``` DP1 connected (normal left inverted right x axis y axis) 1920x1080 60.00 + 50.00 59.94 24.00 23.98 1920x1080i...

I'm not sure if this is possible, but rhubarb works by using the .netrc file in the home directory. This means no environment variables need setting, and also means I...

enhancement
help wanted
hacktoberfest

I'd like to use difftastic as my `diffexpr` in neovim. If I had one of these output formats, I'd be able to use it for that purpose. I'm not worried...

I'm using neomake with the automake function, really like it. It strikes a nice balance between flexible, and sensible for common cases. I really like most of the "outputs" of...

To reproduce 1. Enable deoplete as described in readme 2. copy this into a .tf file: ``` module "xyz" { source = "" } ``` 3. Move cursor inside of...

1. Setup deoplete 2. Type `module "f` 3. Cursor is at start of line