-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
I cannot type the circumflex character in the expression editor for exponentiation (…
-
### Is your feature request related to a problem? Please describe.
Yes. LaTeX is extremely slow and painful to use, even after having done so for a while now.
### Describe the solution you'd lik…
-
### Related problem
I landed on https://github.com/nushell/nushell/discussions/11988 to find out how to save a grep on a codebase into a variable so I can iterate on reformatting the data without i…
-
In [1]: import sympy as sp
In [2]: x = sp.sympify('-1 + 2', evaluate=False)
In [3]: y = sp.sympify('12 - 3', evaluate=False)
In [4]: x
Out[4]: -1 + 2
In [5]: y
Out[5]: 12 - 1*3
In [6]: z = sp.sym…
-
Hello it's Lorenzo
I was wondering, as we discussed last time with Ale, about the way the [`RNASeqLoader`](https://github.com/theislab/CFGen/blob/main/cfgen/data/scrnaseq_loader.py) handles the count…
-
In the PR #370 @ozgurakgun pointed our that rule `remove_empty_expression` doesn't make much sence becuase the same thing should happen in a higher priority rule `apply_eval_constant`.
Should we ju…
-
### 🔍 Search Terms
regex, regular expression, syntax highlighting
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't chang…
-
### Call expression not allowed in type expression
I really like this library due to its Pydantic-friendly features. I hope more people get to use this repository.
However, when I use **"WithOpt…
-
The expression
```
(asig2+asig1)*kg + adel1
```
generates wrong code:
```
##add.aa args: #a0 asig2 asig1
##add.ka args: #a1 kg adel1
##mul.aa args: #a2 #a0 #a1
```
when we should have…
-
This program is by javac (`X.java:18: error: reference to foo is ambiguous`) while ECJ happily compiles it:
```
interface I {
void foo();
}
interface J {
void foo();
}
public class X {
…