seninha has quit [Remote host closed the connection]
seninha has joined #picolisp
seninha has quit [Remote host closed the connection]
<skyjuice>
Thx @abu[7]:libera.chat, I had a decent play with Pilbox this weekend, despite the css issue I find the termux + browser setup simpler.
msavoritias has joined #picolisp
<abu[7]>
You mean starting a web application in termux, and using a separate browser (e.g. Chrome) for the GUI?
<abu[7]>
That's right, but if you develop a PilBox app, it is another situation
<abu[7]>
And, instead of Chrome, I usually use PilBox withe the "browser" PIL
<abu[7]>
So if I (1) develop a normal application, I start the application in Termux and use the PilBox browser (or sometimes w3m or (seldom) Chrome), or (2) develop a PilBox app I edit the file(s) in Termux and share or (pbPut) them to PilBox, or log into PilBox with 'pty', edit+debug in PilBox, and then (pbGet) the files
<abu[7]>
Instead of (pbGet "dir/App.l") you can do (vi "dir/App.l") and then :get in Vip
rob_w has joined #picolisp
seninha has joined #picolisp
seninha has quit [Remote host closed the connection]
<skyjuice>
<abu[7]> "You mean starting a web applicat..." <- I have a split window layout: with termux at the top and a GUI web browser (fennec, mull) below.
<abu[7]>
Yes, that's fine. I just don't split usually but toggle with the task button between Termux and Browser
<skyjuice>
With two tmux windows. Window 1) Source code in vip. Window 2) Picolisp server on 8080