Peter Karlsson
Peter Karlsson
I kinda like what they have going on over in `octokit.rb` for this, akin to exposing an `IResponse GetLastResponse()` method/property/whatnot either on the connection or the client. Snipped from the...
Pretty sure this approach will still cause issues with the reactive client methods that go through `GetAndFlattenAllPages` since there's no simple way to know when there's a new last IResponse...
I didn't wake up at 5am! Mainly because I didn't get to bed until 1. But this pretty much covers what I was thinking as I was falling asleep. Just...
After updating the xunit runners to 2.0 and FAKE to 3.26.7 (and some minor script adjustments) the tests seem to pass but the script still fails. ``` === TEST EXECUTION...
Looks as if it was failing because it was trying to run the test assemblies found in the Debug folder after it ran the Release ones. Narrowing the file selection...
In summary, update xunit runners to 2.0, update FAKE to 3.26.7 (need this for the xUnit2Helper) Update the script to call xUnit2 instead of xUnit and only to run the...
I'll get one up later today
This should be fine to just rebase onto master and possibly adding `/packaging` to .gitignore I'd do it but didn't want to step on any toes since you already have...
Would second this request but would need it to be on a column by column basis. Example use case, We have a table of items with string and number columns....