Alexander Lamaison
Alexander Lamaison
The HSV->RGBW colour conversion in the device handler is not working correctly. When Alexa sends commands as Hue,Saturation, the wrong colour was being set. Even for a primary colour like...
I have a project that uses the Bazel/Buck/Please format. Can meghanada-server use this instead of a gradle or maven project? I see that meghanada-server can itself be compiled with Bazel
When I press RET to apply the replacement, I get the following error: `vr--perform-query-replace: Symbol's value as variable is void: vr/match-separator-string` This only started happening since updating from MELPA today....
The way `char` vs `wchar_t` strings are handled on Windows makes hard to write portable code. Currently, if `UNICODE` is defined the API is wide and if not it is...
The [docs for `set_args`](http://www.highscore.de/boost/process0.5/boost/process/initializers/set_args.html) say 'The first argument specifies the executable to start unless run_exe is used'. It's not clear from this if the first argument you pass is argv[0]...
When arguments contain quotes on Windows, they are not passed to the program correctly because the argument handling in Boost.Process 0.5 is naive. Currently, it just checks to see if...
This PR add a CMake interface-library target for Boost.Process. If you're not familiar with CMake, this is useful, even for a header-only library like Boost.Process, because it allows client project...
My Python LSP server is installed in the virtualenv that auto-virtualenv is activating. When opening a Python file LSP tries to start a server for it before auto-virtualenv activates for...