robsmith11
robsmith11
How did you install xterm? I just gave it a try, and `export DISPLAY=:0; xterm` works fine for me with termux and xsdl.
Maybe try running xterm with strace for a clue as to what's going wrong. I'm able to use xterm from https://github.com/xeffyr/termux-x-repository as well as xterm from within an Arch Arm...
Comparing your strace to mine, the difference is your connection attempt here fails where mine succeeds: ``` connect(3, {sa_family=AF_INET, sin_port=htons(6000), sin_addr=inet_addr("127.0.0.1")}, 16) = -1 ECONNREFUSED (Connection refused) ``` Just guessing...
Unfortunately I know very little about Android internals, so someone else will need to help you there. Another thing to look at is SELinux. I don't know much about it...
That makes sense. The http client is creating a new connection for every request, which is certainly suboptimal. Is there an easy way to make hyper reuse connections? It seems...
I'm building an application that needs consistent low latency, so I'll be doing a lot more testing. Without disabling nagle, small packets weren't getting sent until additional messages were queued....
In case you're still looking for a way to export a stand-alone HTML file, this is what I use: ``` julia> using PlotlyJS julia> savefig(Plot([scatter(x=1:10, y=randn(10))], Layout(hovermode="closest")), "/data/p.html"); run(`sed -i...
Is this still in progress?
Any update on this? I just tried https://github.com/JuliaPlots/PlotlyJS.jl/pull/451 and it works great. It speeds up loading PlotlyJS and it also works around an issue I've been having getting Mux installed....
Still no work arounds? My screen flickers and usually stays black whenever I get a WhatsApp notification or change Mull tabs while listening to music over Bluetooth, making it pretty...