Ethin Probst
Ethin Probst
I'm not sure what else to provide then, and a complimentar grammar summary would mean you'd have to maintain two grammars unless you wanted the community to do that. The...
Commenting here to post another issue with this format: there are parts of the MathML that aren't readable by my assistive technology. For instance, this Latex: ```tex \begin{split}\begin{array}{llll} \def\mathdef3995#1{{}}\mathdef3995{context} &...
@Rochet2 Sol2 is printing any errors that I catch to the console as well as passing them to my exception handler. For example, if I cause a runtime error (via...
@Rochet2 .... No? I never defined it, just enabled all safeties so maybe that enabled it?
@Rochet2 Yep, exactly what I mean. (As an aside, it doesn't appear that Sol plays well with nested STL types like `std::set`... any advice for handling that? I'm asking because...
@Rochet2 As an alternative to customizing via custom converters, could I just "extend" the existing string type? It would be really cool to be able to do `"Hi":index_of(...)` or something....
But for "replacing" existing types I'll definitely look into what you said -- it would be nice having an arbitrary-precision integer/real type.
I'm running into this bug too: a dependency requires pugixml, and even though I included it via `CPMAddPackage` it still claims it can't find it.
Odd thing is that it worked fine a couple days ago, I have no idea what changed.
@texus Ah, I was thinking that accessibility would be more of an automatic thing than anything else. That's how WinForms apps, as an example, work: accessibility is something you just...