Search found 23 matches
- Wed Mar 27, 2024 3:43 pm
- Forum: Raspberry Pi
- Topic: Dyalog APL does not run on Raspberry Pi Bookworm
- Replies: 3
- Views: 40426
- Sun Mar 24, 2024 8:05 pm
- Forum: Raspberry Pi
- Topic: Dyalog APL does not run on Raspberry Pi Bookworm
- Replies: 3
- Views: 40426
Re: Dyalog APL does not run on Raspberry Pi Bookworm
Is this still true with Dyalog 19?
- Wed Jan 03, 2024 4:46 am
- Forum: Raspberry Pi
- Topic: Problems w/ Conga/HttpCommand and Upgrade to Bullseye
- Replies: 2
- Views: 13636
Re: Problems w/ Conga/HttpCommand and Upgrade to Bullseye
Is it possible that when I use Ride 4.4 from a PC to attach to the interpreter on the PC that it's starting another instance of APL with the launch workspace and so I end up (sometimes, at least) having two instance of the same code? It may be that this could cause conflict with communications or ...
- Wed Jan 03, 2024 1:13 am
- Forum: Raspberry Pi
- Topic: Problems w/ Conga/HttpCommand and Upgrade to Bullseye
- Replies: 2
- Views: 13636
Problems w/ Conga/HttpCommand and Upgrade to Bullseye
I have a raspberry PI 3B+ that has been happily running headless using Dyalog for years -- including since release of 18.2. It acts as the mediator between various other computers that perform smart home function and has several Conga servers and clients and many many uses of HttpCommand. It has 4 ...
- Tue Feb 22, 2022 2:05 am
- Forum: Raspberry Pi
- Topic: Release notes on updates (now 18.0.45260)
- Replies: 0
- Views: 33437
Release notes on updates (now 18.0.45260)
Somewhere there must be some sort of release note that says what is new or changed in successive updates to Dyalog for the Raspberry PI OS -- now 18.0.45260 But I haven't been able to find this info. apt-get changelog dyalog-unicode gives a very terse "dyalog-unicode 18.0.13 Changelog" that does not ...
- Tue Mar 12, 2019 4:46 pm
- Forum: MiServer
- Topic: Best Way to send HTTP 200 OK code back to client
- Replies: 15
- Views: 24772
Re: Best Way to send HTTP 200 OK code back to client
Thanks very much, Brian.. I had replied to Andy's post before seeing yours. I hadn't known how to read the 6::⍵ idiom... I really do need to take some time out and learn modern APL! For now I've put :Hold/:EndHold around the use of HttpCommand. But it would be good to know whether it is completely s ...
- Tue Mar 12, 2019 4:08 pm
- Forum: MiServer
- Topic: Best Way to send HTTP 200 OK code back to client
- Replies: 15
- Views: 24772
Re: Best Way to send HTTP 200 OK code back to client
Thanks!
Somehow I had missed ⎕DMX. There are so many goodies in the cookie jar it's hard to remember what's in there!
Somehow I had missed ⎕DMX. There are so many goodies in the cookie jar it's hard to remember what's in there!
- Tue Mar 12, 2019 12:17 am
- Forum: MiServer
- Topic: Best Way to send HTTP 200 OK code back to client
- Replies: 15
- Views: 24772
Re: Best Way to send HTTP 200 OK code back to client
I think I was able to discern the source of the error: It appears that a few lines below the line where the error occurs there is this statement: :If 0=⎕NC'certs' ⋄ certs←'' ⋄ :EndIf copying this to precede the HttpCmd[65] statement where the error occurs seems to solve the problem in the active work ...
- Mon Mar 11, 2019 11:00 pm
- Forum: MiServer
- Topic: Best Way to send HTTP 200 OK code back to client
- Replies: 15
- Views: 24772
Re: Best Way to send HTTP 200 OK code back to client
I have a workspace that does various communications in 5 simultaneous threads. (it operates on a Raspberry PI to collect information from a variety of websites and systems and intercommunicate between various home automation systems). In several places I use the HttpCommand.Get shortcut. I think but ...
- Mon Feb 18, 2019 5:18 pm
- Forum: New to Dyalog?
- Topic: Traditional Functions Halt in First Statement
- Replies: 3
- Views: 8583
Re: Traditional Functions Halt in First Statement
Thanks very much, I'll try that.