Dustin J. Mitchell
Dustin J. Mitchell
"Stable" JSON output libraries generally sort object keys lexically. While I understand from #178 that the default order is insertion order, it would be great to also have an option...
When a connection fails unexpectedly, an error with the text `Channel ended, no reply will be forthcoming` is sent to all pending requests. However, this error is not tagged in...
In "The FLP impossibility result", you use the terms "liveness" and "safety", but they are not defined at that point. I think you mean "termination" and "agreement" from the previous...
https://tools.taskcluster.net/groups/Dbxt_ZAzSdGbw4tWOmEdbw/tasks/U3tZazOITWyo5hRCpiIWmw/runs/0/logs/public%2Flogs%2Flive_backing.log is failing with ``` go: gopkg.in/[email protected]: unrecognized import path "gopkg.in/yaml.v2" (parse https://gopkg.in/yaml.v2?go-get=1: no go-import meta tags ()) ``` and has been for a few days now. ``` dustin@jemison ~...
HI there! I figured I'd take a shot at building a doubly-linked list with static-rc, and it turned out to be pretty difficult. The main difficulty is in constructing reference...
Some people I work with tend to quote the entire previous comment just for a one-line reply. They have the decency not to top-post, but that's faint praise. It drives...
For example, `validate_authorization_request` and `create_authorization_response` pass around a thing that the code samples seem to call `credentials`, and which https://oauthlib.readthedocs.org/en/latest/oauth2/endpoints/authorization.html describes as a dictionary with four keys. It actually has...
10s is gone in an instant in a busy CI box, which is probably why this test is failing on Macs. Fixes #2910. #### Additional information... - [x] I changed...
``` ok 1 - urgency.t: 837: Verify urgency goes to zero after unblocking ok 2 - urgency.t: Verify urgency calculations involving active tasks ok 3 - urgency.t: Verify all tasks...