Ara Adkins

Results 101 comments of Ara Adkins

It might also be good to be able to give specific names. Perhaps if the line begins with `var_name = ` then it uses that name?

It varies for me. I've definitely used solve in documents with [1..5] thousand lines due to the way that I wrap at 80 characters in strict markdown mode.

Yeah I absolutely wouldn't expect this to work in the global scope _between_ notes. Just in the scope of a given file. That said, having a specific file like @roaet...

`$$` is definitely a great start. Would it be much more work to just have line results just be named `$0`, `$1`, ... and so on? That way we have...

I've no issue with `:` as the prefix! To clarify, I wasn't actually suggesting actual line numbers in this case! Just having each solve line be sequentially numbered starting at...

Ooh! The code block language setting sounds perfect, but my install doesn't seem to have any settings at the moment? Is there something I have to do specially to add...

Strange. I'm not seeing it. I wonder if it's related to the first error in #5?

I've managed to create a small one! You need [beartype](https://github.com/beartype/beartype/) and Mandala as dependencies. I was using beartype 0.18.2 when I created this minimal reproducer, but in the real project...

Ah, makes sense! It might be worth being more clear about this and having a better error message while it's explicitly not supported! In terms of my use-case, the project...