Robert J. Simmons

Results 29 comments of Robert J. Simmons

That was worth investigating. What's SWC? If I comment out ``` result.push_str("\n\n\n"); ``` and change `markdown::ParseOptions::mdx()` to `markdown::ParseOptions::default())`, then I'm literally just parsing a file of line-separated UUIDs. The performance...

Thanks for the Speedy Web Response @ChristianMurphy. Yeah, this and the profiling result suggests that it's the edit maps generating the same repeated-splice behavior the JS implementation was dealing with.

This is really helpful feedback, thank you! This choice of stems from a philosophical commitment to local-first, surveillance-free software — and it also it means that links won't expire but...

In some cases (like `#maximize`) I am inclined to say that the API is the right way to do this, but I'd also be interested in command-line options. Soft constraints...

I think any of these would be reasonable, and honestly we mostly suffer from a surfeit of options. Using the same pragma and comment character follows the behavior of Twelf...

I think the best way to fix the grammar here is to just replace `` with `` — the initial syntax parse doesn't distinguish identifiers (a previous iteration probably did,...

@mingodad with #103 merged the syntax spec is (correctly) no longer context sensitive — the parser hasn't been relying on the context of previous builtin declarations for awhile

I appreciate you starting this discussion because it clarified the status of ``. However, I'm not sure what the next actionable step is: @mingodad, do you have a thought about...

I've proposed a fix, but I'd like to leave this issue open even if we merge this, because what I really want is to have this fix built-in to the...

Good stuff here! I believe your "side note" is handled by #17 — we haven't added it because, as far as I can figure, conditional demand doesn't desugar the way...