-
### Environment
- OS and version: Windows 11 12H2
- VS Code: 1.75.0
- C/C++ extension: 1.13.9
- OS and version of remote machine (if applicable):
- GDB / LLDB version: lldb 15.0.0
### Bug …
-
_UPD (Nov 30, 2023):_ I changed my mind, having understood the consequences and having gained a better understanding of the challenges this would present:
* https://github.com/jazzband/pip-tools/issu…
-
```
What steps will reproduce the problem?
1. open a zblorb game such as
http://hoosegow.googlecode.com/files/Hoosegow15.zblorb
2. the metadata such as cover or headings are not displayed or availabl…
-
```
What steps will reproduce the problem?
1. open a zblorb game such as
http://hoosegow.googlecode.com/files/Hoosegow15.zblorb
2. the metadata such as cover or headings are not displayed or availabl…
-
```
What steps will reproduce the problem?
1. open a zblorb game such as
http://hoosegow.googlecode.com/files/Hoosegow15.zblorb
2. the metadata such as cover or headings are not displayed or availabl…
-
In Julia you can already do this by defining a function twice.
Combined with the ability to define types, this isn't a requirement to interoperate with julia.
However, I should also support the
``` c…
-
## Language name
Expect
## URL of example file
https://github.com/gcc-mirror/gcc/blob/master/gcc/testsuite/lib/compat.exp
## URL of syntax highlighting grammar
https://github.com/textmate/tcl…
-
(This is a follow-up to gh-103092 and gh-104108.)
It may be worth having a test that tries importing every stdlib module in a subinterpreter that has its own GIL. This would ensure that all our bu…
-
Consider `sheb.scm`:
```scheme
;#! /usr/bin/env gsi-script
(define (displayln x) (display x) (newline))
(for-each displayln (command-line))
(error "This causes an error")
```
Redirecting st…
-
Hello, I have been using Jax to build a differentiable fluid simulator, which involves solving a sparse linear system using the Conjugate Gradient algorithm (`jax.scipy.sparse.linalg.cg`). When I trie…