Ethan Chan
Ethan Chan
C# 7.0 added support for [ref returns](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/ref-returns). I tried to mock the value of one such method via `.Returns`, but got the following: `System.InvalidProgramException : Invalid IL code in Castle.Proxies.IPlayerManagerProxy:get_PlayerInfo...
This is an issue with BSD's `script`, with no known workaround.
The screencast still uses the non-async version of Codi, so it's a bit slow. I plan on updating this at some point, but it's not a priority. Putting this issue...
Really, this should have been here from the start, but I was lazy 😛 I need to look into this a bit, but in the meantime, please chime in with...
Implement an optional attribute which allows preconditions to be specified for an interpreter. For example, the PureScript `pulp psci` interpreter requires `pulp init` to have been run in the working...
Maybe make it a special autocommand value ('Visual') and have it actually trigger on the 'CursorMoved' autocommand?
This plugin appears to take priority over [vim-gitgutter](https://github.com/airblade/vim-gitgutter) signs. It might have to do with the [sign id](https://github.com/maralla/validator.vim/blob/9f6ac58b2c69340d3f1d111d3b5199decd9cab60/autoload/validator/notifier.vim#L1). EDIT: I'm not sure if this is possible, as I observed the...
I tried creating a lint file without using `stdin = True`, but it didn't seem to work without it. Not sure why.
Steps to reproduce: 1. Have UltiSnips and vaidator.vim installed 2. `vim _.py` 3. Start to type in `class` and expand the snippet 4. Notice that the selection is lost, which...
The README states one of the keybindings is as follows: ``` Shift-s - search the highlighted selection directly inside a search engine (defaults to google). ``` However, this did not...