James John McGuire

Results 13 comments of James John McGuire

I've switched over to using the gtag format for one of my clients, as they are now running multiple tracking campaigns, so the final bits of JavaScript are something like:...

This is still going on with ruby version 2.1.1.6p336. Tried various updates, different configs to no avail. However, it seems to be a problem with the flickraw library. I've been...

I'm also running into this on Windows with version 3.1.2. Here is a stack trace: ERROR [console] Error thrown while running command "-vvv --setting="graphs.enabled=true" -d SourceCode -t Documentation". Message: "Unable...

The failing symfony process code starting at line 350 in process.php: $this->process = @proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $this->options); if (!\is_resource($this->process)) { throw new RuntimeException('Unable to launch a new process.');...

Seems to be Windows specific. Some search results indicate that using the following should resolve the issue: $process->setEnhanceWindowsCompatibility(false);

I just run it from a standard cmd.exe window. However, I installed ansicon (http://adoxa.altervista.org/ansicon/) on my path, which I think may be providing the color support. In any case, there...

I added NUnit.Console as a nuget package. But I don't quite understand how to use *.EXE as a nuget package. After building, the nunit3-console.exe doesn't show up anywhere in my...

Thanks for checking in on this issue again. I tried this again with MSI installer for 3.15.2, with basically the same results as my original post on this issue. I...

I tried to find a MSI installer for 3.16.0-dev00043, but couldn't find any. So, I tried installing the nuget package, through VS Package Manager console. Builds just fine but I...

Perhaps this needs to be a separate issue, but are there any specific build / make scripts checked in, that people can use to roll their own, if necessary?