beneroth changed the topic of #picolisp to: PicoLisp language | The scalpel of software development | Channel Log: https://libera.irclog.whitequark.org/picolisp | Check www.picolisp.com for more information
skyjuice has joined #picolisp
<skyjuice> Yeh, I thought it was due to an expired session too, so I expected too be logged out
<skyjuice> I have JS disabled by default but the connection failed with it enabled as well
avocadoist has quit [Ping timeout: 255 seconds]
<skyjuice> I'm guessing its something to do with noscript (JS disabler add-on) after a site has been trusted, I believe it enables a subset of the site's JS and still blocks the rest
<skyjuice> I'll disable it completely, and see how it goes
<skyjuice> Does (app) require JS to handle sessions?
<skyjuice> I couldn't find a reference to it in the docs or source with (doc 'app) or (vi 'app) respectively.
skyjuice has quit [Ping timeout: 250 seconds]
seninha has quit [Remote host closed the connection]
<abu[7]> (app) and all the other GUI work fully without JS. Just a little slower fore some operations.
<abu[7]> In debug mode, the timeout is disabled btw
<abu[7]> In app/gui.l: (if *Dbg (off *Timeout) (<ping> 7))
<abu[7]> I start it locally as
<abu[7]> $ PORT=8086 ./pil app/main.l -ap~main @lib/too.l -go +
<abu[7]> Then timoout is disabled.
<abu[7]> If not in debug mode, the above (<ping> 7) resets the timeout to 7 minutes, by pinging the server via JS every 20 seconds
avocadoist has joined #picolisp
seninha has joined #picolisp
avocadoist has quit [Remote host closed the connection]
avocadoist has joined #picolisp