-
Currently no ios SSH apps support XWindow forwarding so you can't view graphical objects like graphs or what have you over the SSH connection. It'd be *really* nice this app were to offer such a featu…
-
The /xwin driver in the pgplot mode has col 1 = white and col 0 = black.
This is the reverse of the behaviour of real pgplot (draws on white on black).
I don't have a huge problem with this, but…
-
Windows:
XForwarding not working. i.e. SSH to the server, run xeyes and get "Error: Can't open display"
1. Installed VcXsrv
2. Set the windows environment variable DISPLAY to [localhost:10](htt…
-
Hi friends!
First of all, great software, thanks for developing it! It doesn't seem to support Xwindows apps in WSL, though -- any thoughts? I'm using 0.9.6, Pengwin (WLinux) distro 21.1.2.0, X410 …
-
Delta Error Log 09/09/2024 04:56:28 p. m.
File Name: C:\Users\Zero\AppData\Roaming\delta_core\error_logs\ERROR_LOG_82588152.9382.txt
HResult: -2147467259
Exception Data: System.Collections.ListDi…
-
### Checklist
- [X] I have read the appropriate section in the [contributing guidelines](https://github.com/polybar/polybar/blob/master/CONTRIBUTING.md)
- [X] I believe this issue is a problem wit…
-
my dmesg : http://pastebin.com/raw/REsG4hq6
contents of /boot : http://pastebin.com/raw/F5YdtzR4
contents of /lib/firmware : http://pastebin.com/raw/ZSpcbazL
> systemctl status systemd-modules-l…
-
Delta Error Log 13-07-2024 22:07:07
File Name: C:\Users\sushi\AppData\Roaming\delta_core\error_logs\ERROR_LOG_59827037.4691.txt
HResult: -2147467259
Exception Data: System.Collections.ListDiction…
-
ROCK 5A(32GB)への組み込みブラウザがビルド出来ました。
手順書(DRAFT版)を貼っておきます。
要は、MiniBrowserをビルド、インストールしただけなのです。
[MiniBrowser on Ububtu 22.04 LTS_2.44.2.txt](https://github.com/user-attachments/files/16502915/MiniBrowser…
wi2y updated
2 months ago
-
For example doing this would mutate the state of the `graph` object:
```
xWindow = graph.xAxisRange()
xWindow[0] = 10;
xWindow[1] = 20;
```