Joe Pea
Joe Pea
Yeah, I think we can expect spread not to work, like how a tag name is also not part of spread. The expectation that it has to be written in...
I'd go for consistency with the standard on this one, even if that's not the most convenient in cases where the Solid event.target rewrite was. The spec authors are working...
@westbrma to make a reactive Map you'd have to make a subclass of `Map`, and extend all the methods to read and write to/from Solid signals (or a store). Here's...
This would be excellent. I was able to do this manually by apply some CSS to the lines and nodes via Chrome DevTools, ending with something like: ![screen shot 2016-07-06...
:+1: to the ability to choose which markdown parser is used. What about if dox uses some parser by default like commonmark or markdown-it, but make it easy to specify...
I'm think removing it from dox itself would be best. Then, generally speaking, dox could be made pluggable and features could be added via plugin modules, and users could do...
> I do think that more of dox can be refactored into overridable functions, which would accomplish the same goal. Sounds good to me!
Hmm, question is, where's the most recent code for GitHub flavored markdown? Is it https://github.com/isaacs/github-flavored-markdown? Interestingly, it recommends using marked. Maybe there's another implementation whose result is closer to GitHub's?...
Hmmm, well, apparently github comments are handled differently than markdown files. For example, for the above ``` this is a short paragraph ``` the result here is this is a...
@ChiperSoft Let me do so when I get a chance. Besides the difference in HTML output, I also noticed that the properties that exist for a given tag differ depending...