James Manning

Results 9 issues of James Manning

when porting some code that had been using ExcelStorage but I was switching to ExcelNPOIStorage, I noticed that I I had to change StartRow from 10 to 9. I also...

excel

The current overloads for Convert seem to focus on converting a single chunk of html or a single uri. wkhtmltox supports an arbitrary number of objects, though (I'm currently using...

NOTE: only creating this issue since I see it mentioned as something needed long-term in other issues but all of them are closed AFAICT. This isn't something that's an easy...

Feature

One of the lines in my current README.md at https://github.com/jamesmanning/RunProcessAsTask is this: Simple wrapper around [System.Diagnostics.Process](http://msdn.microsoft.com/en-us/library/system.diagnostics.process.aspx) to expose it as a [System.Threading.Tasks.Task](http://msdn.microsoft.com/en-us/library/system.threading.tasks.task.aspx) This renders correctly on the github site (and...

[](https://reviewable.io/reviews/angular/atscript-playground/14)

found via their API doc at https://www.tumblr.com/docs/en/api/v2 If there's a particular provider you think would be a good base for me to try and create a tumblr provider module for...

This may well be more trouble than it's worth and/or out of scope for the project, but I have a set of spreadsheets I need to pull data from and...

https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/headers_autoassign.htm This header allows changing the behavior of the active assignment rules during a given update to Accounts, Cases, or Leads. My current workaround is to create a custom HttpClient,...

I'm querying User objects and using json classes with DateTimeOffset fields. The strings coming back from salesforce in the json include explicit offset info (UTC in my case), but due...