Richard Gibson
Richard Gibson
Yes, I think `NewRR(". 1 IN CNAME example.com\\")` or any other attempt to parse an incomplete escape should return an error. :+1:
Right, and I think both of the stated goals ("_avoid overwhelming people with the primary list in the readme_" and "_make a clearer separation between stage 2/3 proposals, and stage...
> hit / That masks a number of steps; it's actually 1. Hit `/` (or on mobile, scroll up and tap `🔍︎`). 2. If certain of [part of] the proposal...
It makes sense to limit the README to active proposals, but a stage 1 proposal that has not been abandoned or withdrawn _is_ active—the committee have made an explicit decision...
> The repo's purpose isn't discoverability, it's tracking status, so I'm really not sure there's as much of a usability hit here as you're implying. I'm doubly surprised to see...
The responsible code seems to be [`onContextMenu: this.props.toggleShowingMenu`](https://github.com/keybase/client/blob/38a96307aa34f4ebafff79aa45a7c6245dd2ae38/shared/chat/conversation/messages/wrapper/index.tsx#L407), where [`toggleShowingMenu`](https://github.com/keybase/client/blob/38a96307aa34f4ebafff79aa45a7c6245dd2ae38/shared/common-adapters/overlay/parent-hoc.tsx#L28) appears to ignore the actual event target. I think fixing this would require a tweak at one or both of...
This seems to be a duplicate of #10569.
I'm not clear on the status of this issue or those it's related to in e.g. CSS, but with developer and ultimately user interests in mind, I'd like to call...
@ljharb coverage expanded
Done. The only implementation with failures is engine262, which does not implement the single-digit fallback: * `$10` is not a capture index (but `$1` is) in /(x)/ * `$10` is...