Results 7 issues of Yves Chevallier

If I do: ``` :Asyncrun! echo "\e[32mHello World\e[0m" ``` I get this: ``` || ["echo", ""\e[32mHello", "World\e[0m""] || "\e[32mHello World\e[0m" || [Finished in 0 seconds] ``` Where "Hello World" is...

While compiling PyODBC on Cygwin 2.1 x64 I get this issue: ``` In file included from /usr/include/sql.h:89:0, from src/pyodbc.h:53, from src/buffer.cpp:12: /usr/include/sqltypes.h:220:24: error: conflicting declaration ‘typedef long unsigned int ULONG’...

VSS has a unique project tree. The project `bar` located in `$/project/foo/bar` will be saved in Git in the `./foo/bar` while it would be better to rebase it to `./`...

In GitWrapper.cs I noticed the git commit date is set to the localtime. It would be much better to use the VSS commit date. ``` startInfo.EnvironmentVariables["GIT_AUTHOR_DATE"] = GetUtcTimeString(localTime); ```

I am using as cut like every other editor. In insertion mode, this mapping will cut the word under cursor. Unfortunately your plugin will automatically remap to execute ManualCompletionEnter(). I...

I think it would be very nice to have an example on how to deploy a `deamonocle` daemon with `systemd`. Said differently, how to write a `foo.service` that works with...

documentation

I often add a new package to my mirror then I run ``` dir2pi -n /path/to/my/mirror ``` The command takes ages to complete because it restarts from the beginning each...