Ellie Hermaszewska

Results 200 issues of Ellie Hermaszewska

I'm running on Windows with HEAD of electron and neovim-e To reproduce: Open neovim-e press `` observe that neovim-e has crashed the error message I get is this: `[13252:1009/122332:ERROR:ipc_channel_win.cc(435)] pipe...

The documentation for the latest version of this package is missing on Hackage. They've been pending on Hackage for some time, this usually indicated that Hackage wasn't able to build...

Would it make sense to have a `MonoFunctor` or `RFunctor` instance for Image? `MonoFunctor`: https://hackage.haskell.org/package/mono-traversable-0.10.1/docs/Data-MonoTraversable.html#t:MonoFunctor `RFunctor`: http://hackage.haskell.org/package/rmonad-0.4.1/docs/Control-RMonad.html#t:RFunctor

Is it possible to render images without antialiasing?

Is it possible at the moment to get snippets working while using deoplete? I've had no luck setting this up and there's nothing mentioned about this combination in the documentation....

It would be great to have neosnippet support too!

The `clang` executable on nix is actually a wrapper which among other things adds a few system include directories. `clang_complete` passes arguments like this to libclang ``` clang -I/usr/include -x...

Code taken from gofmt-vim https://github.com/fatih/vim-go/blob/99a1732e40e3f064300d544eebd4153dbc3c60c7/autoload/go/fmt.vim Closes #6

If I have the same file in two windows and I save in one window the other window loses its position. To reproduce - `vim Foo.hs` - `:split` - `:w`...

Very similar to #4 - `vim Foo.hs` - Make a change - `:w` (run stylish-haskell) - `u` (undo (works correctly)) - `C-r` (redo (works correctly but the cursor changes position))...