Richard Wilburn

Results 17 comments of Richard Wilburn

Could you use `res.noContent` instead? or does that not work?

@markstos It seems it is in a different library here: https://github.com/DefinitelyTyped/DefinitelyTyped/blob/5344bfc80508c53a23dae37b860fb0c905ff7b24/types/superagent/index.d.ts (search for noContent). It seems that Chai-Http supports superagent library intermixed with its stuff. Example: `chai.request(base_url).patch("/experience") .send({payload: "This is...

I think this is the same issue as this: https://github.com/felixrieseberg/npm-windows-upgrade/issues/136

I have the same issue. Its because my npm is here: \AppData\Roaming\npm in windows 10. It upgrades the c:/program files/nodejs which isn't the one actually used. Look at your according...

Yes. I temporarily downloaded the source code to generate them myself, but using Nuget is alot better for the updates. Having the pbd files allowed me to find the bug...

I have confirmed doing this has optimized my program down from 17 minutes to 2.5 minutes. My work around was to do the following: var stopTimesByTrips = feed.StopTimes.GroupBy(stopTime => stopTime.TripId).ToDictionary(stopTimeGrouping...

I can see the arguments towards putting it a formal database (especially with regards to allowing DBs to cater for efficient indexing; I mean who wants to implement something that...

Not sure but this might be a promising approach: http://weblogs.asp.net/bsimser/automatically-publishing-nuget-packages-from-github . The version I have locally through Nuget is: 0.0.3.57. The current version appears to be 1.3.5.9999 from SharedAssemblyVersion.cs

Thanks for the info. I didn't realize there was an include pre-release toggle. This can be closed, but maybe a mention in the readme would be worthwhile for people who...

I have a related scenario where I have line like thus: ![image](https://cloud.githubusercontent.com/assets/1182582/12282454/d0171a5a-ba02-11e5-823b-946e9621dc29.png) Where you can see the data array has 7 elements. The header however has 8 elements as it...