Sid Vishnoi
Sid Vishnoi
How about `src_sha` and `dst_sha`?
Hi, I don't actively maintain this project anymore, but I'm happy to review and accept PRs. Case 1: PR welcome, should we straightforward. Case 2: This would be a little...
PR welcome.
@saschanaz Although I like the implicit nullablitly, a better syntax for above could be: ``` ``` It'll also avoid a rare but potential clash with having optional in attribute name.
> Why not just store state as an internal variable and just read it when it needs it? I find global state cleaner compared to imported state, and I'm not...
@saschanaz what do you think? Me and Marcos have different opinions on how to best share state across modules.
Also see: https://github.com/w3c/respec/issues/2835 I don't have a strong opinion™️ on Plugin class, but I have a weak preference for functions over methods, when functions are already encapsulated within modules (i.e....
I'm a bit concerned about the accessibility implications of this. As per [following page from WAI wiki](https://www.w3.org/WAI/GL/wiki/Using_role%3Dheading_to_identify_headings#Example_2), the recommended way of supporting heading level beyond h6 is: ``` html Jonagold/div>...
A `data-github="owner/repo"` as a companion for `data-number=issueNumber` might be a good?
I'm thinking of soft-deprecating (no warning) `.issue[data-number="issueNumber"]` and instead use `data-issue="org/repo#issueNumber"` for this feature. `data-issue="issueNumber"` would then be equivalent to `.issue[data-number="issueNumber"]`. Authors won't need to add a `.issue` and we...