Eric Ponto
Eric Ponto
I had success in Nx specifically by using the generic "run-commands" executor instead of the built-in Next executors and then setting the `cwd` so Nextra can find the pages. For...
I can get this merge conflicts handled tonight with the accordion side bar changes if this feature is wanted.
I got this updated with the new way sidebar tabs are persisted.
With the pick any plugin feature added, the REPL is getting to the point that it can pretty much handle any scenario. Having the file capabilities would be nice for...
I think Incremental DOM handles passing events via onclick type attributes. So we should be able to make something work. If you'd like to take a shot and submit a...
My though is that you could use any string based template system, so don't want to limit it to ES6 template strings. I think the html parser could catch all...