Chris Sewell
Chris Sewell
#Thanks @bollwyvl, is there any good reading on wasm, it's not something I've looked into much yet. Does it basically mean you have to implement the parser in C++/Rust? And...
> least taking a cursory look at a portable stack like antlr or lark, I'm not sure it's even theoretically possible to parse commonMark as context free grammar? (See e.g....
> Here's a high level site, some specs (including the forthcoming types) as well as some nuts-and-bolts blog posts, like asciinema, and some position pieces. Cheers, will check it out!
Just as an additional point of reference, you also now have https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_semanticTokens I guess this is similar to overlays, in that it is not intended to provide the full highlighting...
> Same anchor as GitHub. Well thats the difficulty; github doesn't have good specifications for its syntaxes 😒 But actually I have written an entire slugger in rust recently 😉...
Hey guys, +1 for this PR 👍. In https://github.com/executablebooks/jupyter-book/issues/833#issuecomment-667540156 we were discussing about logic for skipping cell execution, e.g. if the cell contains a certain metadata tag. It feels like...
yep got another occurence in executablebooks/jupyter-book#867
> For that I'm not sure as we have not really done front-end stuff before. The point of this is for builders to use (flit, etc). This is what I'm...
> I think writing a shim for ExceptionGroup I'm not sure if this is achieving quite the same purpose. The key thinking was that I want to collect all the...
> I also don't think a named tuple should be used Yeh can change names tuples for dataclasses, I'm not fussed either way