-
At as v1.4 the only values accepted by `components.type` are as follows:
- "application"
- "framework"
- "library"
- "container"
- "operating-system"
- "device"
- "firmware"
- "file"
Havi…
-
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…
-
To optimize the forward pass latency it would be good to time GC to run in between model executions. This won't improve the QPS since the GC cost is the same amoratized but it would make the latency l…
d4l3k updated
2 years ago
-
### Required prerequisites
- [X] Make sure you've read the [documentation](https://pybind11.readthedocs.io). Your issue may be addressed there.
- [X] Search the [issue tracker](https://github.com/…
-
### Describe the bug
Evaluating certain cross-compiled packages uses an order or two of magnitude more resources than their native counterparts. See the discourse post and subsequent `nix` investigat…
-
### 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 …
-
(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…
-
## 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…
-
Hey,
There is no way to run firefox via firejail. Output below:
```console
bryn1u@Proton:~$ firefox --version
Mozilla Firefox 93.0
bryn1u@Proton:~$ firejail firefox
Reading profile /etc/firej…
-
Now, while running `select count() from merge_tree_table`, select would not read any data. This is a useful optimization implemented by @amosbird. It is implemented inside `InterpreterSelectQuery`:
h…