Tom MacWright
Tom MacWright
👍 Sure! This'd be another case of [makeEvent](https://github.com/tmcw/happen/blob/master/happen.js#L31).
Submitted a PR upstream.
Next to do: - [ ] Deploy micro instance
I'd definitely support splitting it out. For [documentation](https://github.com/documentationjs/documentation) we're trying to keep markdown & html as separate concerns to parsing jsdoc & inferring from code.
The advantage of the other way was that you don't pollute the global namespace at all, and there's no chance of overwriting functions. If we're going to switch approaches, this...
Yep, that would work - this is admittedly an unlikely failure but would fail pretty hard when it does.
Upstream: https://github.com/withastro/starlight/discussions/1174
Yeah, good point - there should be a solution to this. Enter seems reasonable, but I'm not sure about adding Enter as a shortcut on desktop - it feels like...
Yeah - that'll be somewhat harder to implement with the strategy in this plugin, but it's an option.
Mapbox use tcomb to enforce types in Flux actions in [Mapbox Studio](https://www.mapbox.com/blog/announcing-mapbox-studio/).