Chris Harrelson

Results 116 comments of Chris Harrelson

@cycomachead WDYT of this approach? It: * avoids hard-coding anything, instead putting it in a config.json file * sets up a pattern that can be used to migrate to Markdown...

> Thanks Chris for working on this! This is pretty interesting, but I do have a couple of primarily usability concerns, and one maintainability one. But, honestly this is pretty...

> > In almost all cases you don't actually need to run the compile, as all it does is optimize the style sheets. > > The current files aren't really...

Plan of record, unless I hear otherwise: I think I'll make a PR that converts exactly one HTML file to markdown, plus a Makefile similar to what is in this...

Agenda+ to discuss this proposal at an upcoming triage meeting. There is now a ED CSS specification for display order: https://drafts.csswg.org/css-display-4/#display-order And as referenced [here](https://github.com/w3c/csswg-drafts/issues/7387#issuecomment-1217193918), it would be good to...

Full proposal: ``` parentEl.reorderChildren("my-attribute"); // sorts chidlren of parentEl numerically by my-attribute ``` And: 1. The update happens atomically, with Mutation Observer callbacks at the next microtask checkpoint, and that...

> React keyed nodes I'd like to understand the exact use case you're describing. Is it this: *Replace children of a node with a given list of nodes, in the...

The diffing use case sounds interesting, but still not clear to me how in practice an API like is being proposed here solves that use case. (And there is also...