Alexandr Ruchkin

Results 17 issues of Alexandr Ruchkin

Port is used instead of unix socket name, but it works.

Something is broken? ![image](https://cloud.githubusercontent.com/assets/1637937/23904731/fc0b5104-08d9-11e7-9d51-b63bb543f3f2.png)

http://hackage.haskell.org/package/argon

enhancement

Here's previous discussion #190 I failed to solve this in some suitable way, because some definition a very hard to parse with regexes

enhancement

Copy from https://github.com/SublimeHaskell/SublimeHaskell/issues/418 > I'm using the hsdev-3 branch and everything seems to be working great for me except for one particular case. I have an extra package pulled directly...

bug
priority: normal

> GHC is initialized with libdir from ghc-paths, and seems that it is hardcoded when ghc-paths is installed: > http://hackage.haskell.org/package/ghc-paths-0.1.0.9/docs/src/GHC-Paths.html#libdir > > hsdev should detect ghc installation folder (or accept...

priority: low

``` void something(bool test) { if (test) { some.push_back(Bar( std::tr1::make_shared( Arg())); } for (auto v : SysVars) add(v); } void Foo::Foo() {} ``` Here `std::tr1::make_shared` highlighted as function name But...

Fixes #32 `show_quick_panel` expects list of single strings or list of 2-elems list, but not mixed list

1. Create new tab (`Ctrl+N`) 2. Select another tab 3. Run Zen Tab command ``` Traceback (most recent call last): File "C:\Program Files\Sublime Text 3\sublime_plugin.py", line 818, in run_ return...

We have logs with ~40kk lines --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/43774404-does-it-load-all-file-in-memory?utm_campaign=plugin&utm_content=tracker%2F449456&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F449456&utm_medium=issues&utm_source=github).

performance