Nathan Fairhurst
Nathan Fairhurst
No Error in the following cases: ``` "abc" "abc.abc" "abc/abc:123" "123.123.123.123:123" "123:123" "123abc:123" ``` Error is thrown and no network call is made in the following cases: ``` "abc:abc" "abc:123"...
This defers more to the corser middleware that's already in use to reduce code and chances for error in the re-implementation. This also fixes an issue where disallowed headers would...
Realistically, this error is recoverable _for the runtime_, even though this is clearly a terminal error for the individual invocation. Ultimately, this is a minor issue because: the error is...
With the recent migration to GH action, I just noticed that a merge that didn't update the Cabal file _didn't_ break builds that should have been broken. This makes sense,...
Originally, this was called on all fatal runtime exceptions due to ambiguity in the documentation and this seemed the more conservative option. Now (maybe always?) a 403 is returned if...
Hello, I've run into an issue found by our build pipelines, where the newly released version of basement does not appear to build against GHC 8.0.2: https://github.com/Nike-Inc/hal/runs/5365017586?check_suite_focus=true Compiling results in...
# Summary The current way we go about this is both un-ergonomic and unsound. ## Current Usage Today, the strategy for handling registers like these is to allow only the...
This is still a bit in draft form, but I was wanting to get more feedback sooner. Also, this relates very closely to other timer discussions that I've seen going...
This is still quite rough and needs substantially more detail. Specifically, it also needs to cover contention and other membership alterations. I think it also needs to ensure that messages...