Re: Frozen Pilbox

2023-11-08 Thread Shaughan Lavine
The update did nothing, so I uninstalled then reinstalled, and, lo and behold, my main app was still there, with only two days worth of data missing. The hello app, which was installed, and the test app I was installing are nowhere to be seen. I don't understand how this is possible—I thought un

Re: Frozen Pilbox

2023-11-08 Thread Shaughan Lavine
A!ex– "termux-share test.zip" once again froze everything. "termux-share hello.zip" worked fine. I'm stumped by that, but I'm going back to what I was doing before—with better backups. –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I replace all the old parts in my PC with ne

Limited Email Access Re: Frozen Pilbox

2023-11-08 Thread Howard Porter
I have very limited email access.  If you need to reach me, please call.Thanks.H.

Re: Frozen Pilbox

2023-11-08 Thread Alexander Burger
Hi Shaughan, > The update did nothing, so I uninstalled then reinstalled, and, lo and behold, > my main app was still there, with only two days worth of data missing. Great! I remember the opposite case. We could not get rid of old data, even over a re-install, unless we went to "Memory and Cache

Re: Frozen Pilbox

2023-11-08 Thread Alexander Burger
On Wed, Nov 08, 2023 at 07:06:59PM +, Shaughan Lavine wrote: > "termux-share test.zip" once again froze everything. "termux-share hello.zip" > worked fine. I'm stumped by that, but I'm going back to what I was doing > before—with better backups. I'd really like to know the reason. Is the ZIP d

Unsubscribe

2023-11-08 Thread Cooper Healy

Re: Frozen Pilbox

2023-11-08 Thread Shaughan Lavine
Yeah, I'm pretty curious too. The zip opens fine in at least one other App. I've attached it. Maybe you will see something. I used termux-share to load hello.zip and then edited that into the test app. The result works fine. –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I

Frozen PilBox

2023-11-08 Thread Shaughan Lavine
A!ex– Some other weirdness: I change test/App.l to -- "Test" (menu "Test!" ( "h1Style" "Test!") ) -- and add App.l -- h1Style { color: green; } and, guess what? Green, as expected. But I edit lib.css to -- h1Style { color: red; } -- the col

Frozen PilBox

2023-11-08 Thread Shaughan Lavine
Oops! I meant to say that it only appears in (global) lib.css. –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I replace all the old parts in my PC with new ones, will it turn into a Greek ship? https://www.reddit.com/r/shittyaskscience/comments/4wni7d/if_i_replace_all_the_o

Frozen PilBox

2023-11-08 Thread Shaughan Lavine
The cache needs to cleared for a new style to take effect. Is that a bug? –Shaughan openpgp4fpr:c04203ea8983566aed3848a33e06c22a1841ba3c If I replace all the old parts in my PC with new ones, will it turn into a Greek ship? https://www.reddit.com/r/shittyaskscience/comments/4wni7d/if_i_repla

Re: Frozen Pilbox

2023-11-08 Thread Alexander Burger
Hi Shaughan, > Yeah, I'm pretty curious too. The zip opens fine in at least one other App. > I've attached it. Maybe you will see something. Now I understand the problem! "App.l" has three garbage bytes in the beginning; ~/tmp ~/pil21/pil + : (hd "test/App.l") EF BB BF 22 54 65 73 74

Re: Frozen PilBox

2023-11-08 Thread Alexander Burger
On Thu, Nov 09, 2023 at 02:37:12AM +, Shaughan Lavine wrote: > The cache needs to cleared for a new style to take effect. Is that a bug? No. PilBox (and PicoLisp in general) caches CSS files for 24 hours. See line 34 in @lib/http.l (`(chop "css") "text/css" 86400) ☺/ A!ex -- UNSUBSCRIB