-
Some markdown files such as
[failure-1.md](https://github.com/ikatyang/tree-sitter-markdown/files/12641087/README.1.md) and
[failure-2-minimal.md](https://github.com/ikatyang/tree-sitter-markdown/…
-
### Version
27.3.1
### Steps to reproduce
```javascript
test('expected/received diff mock fn', () => {
const mock = jest.fn()
mock({
sym: Symbol('hello'),
fn: () => 'worl…
-
The generated code does not work well when using `Sympy` functions `re` and `im` . There are two issues:
1. In the generated code Pyccel does not understand the keywords `re` and `im`.
2. The print…
-
### Problem
Consider this minimal grammar
```
module.exports = grammar({
name: "testing",
extras: $ => [
/\s/
],
rules: {
program: $ => repeat($._expression),
d…
-
Reported by KosKosynsky on the #science channel (added steps for a minimal repro):
```nim
import datamancer, strutils
var flota = toDf({"x" : @["a", "b"], "y" : @["1", "2"], "z" : @[1, 3]})
le…
-
The `diophantine` function is useful but is awkward to use e.g.:
https://stackoverflow.com/a/65438529/9450991
It would be much more useful if `diophantine` could:
1. Have a consistent interface…
-
### Describe the Bug
With `UCIS_ENABLE = yes` in `rules.mk` when defining a symbol whose name contains a number (`[0-9]`), the symbol name is never matched.
Example:
```c++
const ucis_symbol_t …
-
In both the REPL and when executing scripts, the display of symbolic expressions is not, unfortunately, copy and pastable Julia code.
See below for a very simple MWE.
I think it is not currently p…
-
Hi,
looks like libunwind cannot handle callstacks in a callback. Reliable segfaults on arm/rpi while same code runs without problems on x86.
![image](https://user-images.githubusercontent.com/290238…
-
[VM/globals] Is there any way to actually avoid them altogether?
Having all these global variables is practical, but it actually causes problems when we end up wanting to work with multiple threads. …