James Tucker
James Tucker
Summary: I have some makeprg's that use vim `%` expansions. I want both `:make` and `:AsyncRun` to work consistently. As such I want to continue to use the % style...
Mostly you should be able to avoid the need for this and use some of the modern alternative solutions for most use cases, e.g. https://gist.github.com/raggi/ff7971991297e5c8a1ce or http://old.blog.phusion.nl/2013/01/23/the-new-rack-socket-hijacking-api/ and avoid the...
Summary of changes included: - More recent bundler version - Fix secp upstream clone and build via rake - Add an explicit dependency on the scanf gem in tests -...
`hi Visual` appears to be missing a color setting for cterm, resulting in visual selection and block selection being invisible. I set `hi Visual cterm=reverse` in order for it to...
This will need to evolve, this proposal is just a starting point based on history and practical concerns for invested stakeholders. * For the time being, one of the stated...
As reported in #23: > Heads up gnutls appears to be slightly more strict on what is considers to be a CA certificate. > > Using the cert.pem generated by...
Brew installed gnutls also gets a cert.pem of the same general format, so it can be supported in the same way.
While this might well be the shortest way you found to demonstrate the output you wanted, training users toward this function stands a good chance of them trying to use...
Version of VSCode: 1.14.2 Version of the extension: 0.4.2 OS: OSX, Linux, Windows Description: I use vscode and rust across multiple operating systems with a shared user configuration. My user...
- removed some in-flow time calls - increase buffer size to 2MB to overcome syscall cost - move relative time computation from record to report time