-
**Is your feature request related to a problem? Please describe.**
Typst math syntax is pretty neat and easy to learn, which makes it superior to LaTeX in a lot of cases (personally, I'm using it to …
-
I started reading some of in-Til written source code and immediately asked myself why do we need:
1. `proc p (name) { ... }` instead of simpler `proc p name { ... }`
2. `if ($msg == "QUIT") {brea…
-
## Background
The ANTLR LaTeX Parser currently parsers `\log` as base `e`, and `\lg` as base 10. While writing the Lark Parser, I wondered how useful this is, because I've only seen `\log` to denot…
-
Setup:
```tla
EXTENDS Integers
RECURSIVE SetReduce(_, _, _)
SetReduce(Op(_, _), set, value) ==
IF set = {} THEN value
ELSE
LET s == CHOOSE x \in set: TRUE
IN SetReduce(Op, se…
-
I am running the command as cmake-converter - "path.sln"
-
AMICI uses SymPy for symbolic computation and mathematical formulas from SBML files are converted to strings and loaded with `sympy.sympify`. This function does not produce a faithful representation o…
-
It would be nice if the equals sign, or other operators could be identified as tokens, the problem would be that there might be no space character, 1+2 would be one token compared to 1 + 2, which woul…
-
Oogabooga text-generation-web-ui engine used for inference (prompts directly input into the oogabooga ui produce normal results but chat-ui is doing something weird as below), Mongodb setup
_**Prom…
-
**The bug**
This isn't technically a bug, but it isn't really a feature either. I'd call it an unexpected behavior due to an implementation choice. When select is called, it greedily decodes usin…
-
Apparently this happens, and will cause this parser to break when it does.
So we should figure out how to fix it to be more robust.