Richard Gibson
Richard Gibson
* Explain diff gutter symbols. * Add test result labels (color covers figure and label, and indicates passed-as-expected vs. not). * Bold the source line of errors in code excerpts....
Fixes #861
`Literal#value` appears to be the only potentially incompatible property, and even there string/boolean/null are naïvely covered. Regular expressions are not valid JSON, but that's already been dealt with as well....
Fixes gh-41 Based on https://github.com/estree/estree/issues/41#issuecomment-131636382 , with slight modifications.
Versioning
We've been introducing many changes without shared guiding principals in what feels to me like a hurry. I'd like to use GitHub version tags to indicate stability, and in particular...
**Describe the bug** The AsyncAPI specification says about the Server Object `url` field that it contains a URL and "MAY be relative", but then uses as an example value "development.gigantic-server.com"....
Parsing of ```` ```…``` ```` "fence" blocks and ``` `…` ``` inline code in [ReplaceQuotedSubstrings](https://github.com/keybase/client/blob/14365069032f0f2f66f7c0e4592d5c4fdc45ce1a/go/chat/utils/utils.go#L2743) does not match that of [shared/common-adapters/markdown/shared.tsx](https://github.com/keybase/client/blob/14365069032f0f2f66f7c0e4592d5c4fdc45ce1a/shared/common-adapters/markdown/shared.tsx), and as a result links are incorrectly detected. For...
Version: 1.70.0 Commit: da76f93349a72022ca4670c1b84860304616aaa2 User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36 Embedder: github.dev ---- (observed at https://github.com/jmespath-community/jmespath.site/pull/23 ) In the github.dev editor source control section,...
**Tendermint version**: 0.34.14 **ABCI app**: https://xnet.rpc.agoric.net/ **What happened**: A `GET /abci_query` request with path query parameter as documented at https://docs.tendermint.com/master/rpc/#/ABCI/abci_query (i.e., a starting with "/") is rejected: ```sh $ curl...
### Summary ### Establish and use a queue of native events to avoid dropping them. Not yet working. Fixes #4856 Fixes #4859 ### Checklist ### * [x] New tests have...