Paul Blair

Results 10 issues of Paul Blair

We recently noticed issues with memory usage and increased GC pressure with high traffic under clrzmq. We traced the issue to the fact that the Poller's PollNonBlocking(timeout) method allocates a...

When Vault creates a response-wrapped authentication token, the token's accessor is made available in the returned wrap information. This lets privileged callers generate tokens for clients and revoke these tokens...

### Is there an existing issue? - [X] I have searched the existing issues ### Experiencing problems? Have you tried our Stack Exchange first? - [X] This is not a...

new content 💡✍️

I wish I could send you a PR for upgrading from 0.16, but now that Signal is gone I'm not sure how to do it....

* Adds request information to error messages. * Adds stack trace to error messages. The stack is truncated so that stack frames including and above XMLHttpRequest.send are not included, since...

* Makes some of the examples more perspicuous by outputting usage information when the script is run without the necessary arguments * Modifies the .gitignore to ignore files generated by...

On Xamarin Studio 5.9.4 (Build 5), OS X 10.10.3: Went to Add-In Manager -> Gallery -> Manage Repositories... and clicked "Add" Selected "Register an on-line repository" and entered the following...

These commits allow middlewares to be inserted into the OWIN pipeline before the WebSharper sitelet; the test application now contains an example that uses OWIN logging middleware to log requests...

Steps to reproduce: 1. Check out commit 2504a38d661cab53a9f894c81350582e26a7dd1f of websharper.warp (I was unable to test using earlier commits owing to dependency issues that I didn't have time to iron out....

There's a spot down in an example in the README where an old version number is hard-coded into the example. This bit me. This pull request uses the clojars link,...