Chris O'Neil

Results 8 comments of Chris O'Neil
trafficstars

I was using skim as a library for a little application I'm building, and absolutely loved it. Just found out now though that it doesn't run on Windows, which is...

I was just caught out by this today. I wanted to use an existing resource group as it makes the `vagrant up` much quicker. We had a resource group for...

Hmm, that's strange indeed. I'm honestly not sure. What we were seeing was the JSON document being downloaded rather than the actual asset. To be honest, I did want to...

OK, thanks. However, I'm not quite sure what the way forward is here. Would you like me to close this PR and open another one? Or were you going to...

Sorry for taking so long to get back to you. Lots of work got in the way. I was just about to address this. If I understand you correctly, you're...

Given we still experience the problem with the incorrect URL, where does that leave us?

Sorry for taking some time to get back to you. So I found the problem. We had been using your crate not just for updating the current crate, but also...

The problem here appears to be that the process needs to be launched in a particular way, which is documented [here](https://cmsdk.com/javascript/quotes-in-node-js-spawn-arguments.html). I worked around by using the native process library:...