Sean Farrell
Sean Farrell
As per the last comment in #18 there is a less intrusive way to integrate clcache. Each vcxproj file should include "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" In this props file you can add the...
**Describe the pull request** - #### What does your PR fix? Adds the new port of glow, in version 0.2.0 - #### Which triplets are supported/not supported? Have you updated...
I wrote a small maintenance script with the following code: ``` function deleteArtifact(path, cb) { const ftp = new FtpClient(); ftp.on('ready', function() { ftp.rmdir(path, true, (err) => { cb(err); ftp.end();...
The current implementation of redmine_git_hosting prevents you to have a repository that matches the project name. I think that it is based on some for of name collision, yet I...
This PR corrects a round-trip issue where certain string values were emitted as plain scalars even though YAML interprets them as structural tokens. For example, a value like `"***"` was...