-
Hi!
I am seeing a huge precompilation overhead using Julia 1.11:
**Julia 1.10**
```
julia> using PrettyTables
julia> A = ones(2, 2)
2×2 Matrix{Float64}:
1.0 1.0
1.0 1.0
julia> @time pretty_ta…
-
Hello i got the tty error screen when i press the option to download os from internet through lan connection,when it starting loading the network interface the following tty error appears:
/bin/sh:ca…
-
I'm just wondering if this is possible, I can't figure it out and I don't wanna switch back to a different display manager
-
**What steps did you take:**
simplified example (real case uses a json input not `jq --null-input`):
```bash
#!/bin/bash -e -u -o pipefail
jq -r --null-input '["app1","app2"]|.[]' | while read…
-
Default shells seem to be limited. For example, the following step:
```
- run: |
ps
echo "$(tty)"
```
produces:
```
PID TTY TIME CMD
2587 ? 00:0…
eine updated
7 months ago
-
When running the following program:
```roc
app "tty"
packages {
cli: "../cli/main.roc",
}
imports [
cli.Stdin,
cli.Stdout,
cli.Task.{ Task },
…
-
```
[ 73.680019] rk_hdmirx fdee0000.hdmirx-controller: hdmirx_phy_register_write wait cr write done failed!
```
is spammed on the tty on boot, making it impossible to see what I am doing.
I am…
-
```sh-session
$ asaru $WORKSPACE_ID $PATS | xargs open
Error: Inappropriate ioctl for device (os error 25)
```
-
As far as I can tell there is currently no way to resize a container's TTY using this library. It seems to be possible to resize the TTY of an Exec Instance but not the native/entry-point TTY of…
-
When I start the VM I get sent to a TTY and my system is halted, I renamed the VM so I could use it without passthrough to install the nvidia drivers on the guest assuming that was the issue, and wind…