Colin Snover
Colin Snover
(1) Error recovery by rewinding the stream on parse failure is implemented only in the derive and the default impls. Requiring manual implementations to handle this themselves is error-prone, remembering...
The documentation makes it clear that `read`, `read_args`, or `read_options` are the correct calls to construct objects, but they don’t always construct fully-formed objects—only types generated by derive are guaranteed...
Because `ByteVec` methods operate through deref on `BString`, it is impossible to use the ones with move semantics (`into_string` etc.) to move out of a `BString`, which is confusing. ```rust...
If there is a constructor, etc. and it has empty metadata summary/description, walk the prototype chain to try to find a parent object that has those filled out.
The stylesheet parser is naive and assumes that there are never nested rules, which is not the case when CSS3 `@media` is used. When one of these is encountered, the...
getScoreForSelector treats pseudo-classes like pseudo-elements, but they actually have the same specificity as a regular class. It also does not handle `:not()` correctly, and it does not handle attribute selectors...
I'm submitting a ... * [ ] bug report * [x] feature request * [ ] question PostGraphile version: 4.0.0-rc.3 Minimal SQL file that can be loaded into a clean...