tanabi
tanabi
Hi! I was using Notes (arguably foolishly) to store passwords and other sensitive information. On an encrypted hard drive with one user, I'm not sure it REALLY matters, but I...
Hey there; Generating PNG's with compression hard-coded to 0 makes for HUGE files (easily 10 times the size of the source PNG). This isn't going to work for my application...
I'm not sure what the problem is exactly. When I try to encode a message (any message) into the attached image, the image cannot be recovered. The pixel setter somehow...
The propqueue(...) call in timequeue.c does recursion without any limits. Basically, it recursively runs sub-directories. This means, that theoretically you could create a stack overflow situation if propqueues are sufficiently...
READ has been disabled on the Welcome screen. See #675 and #674 for the entire lineage of this issue. This should be improved in some fashion. Perhaps the addition of...
``` : main 1 begin { over }list swap pop repeat ; ``` It would be nice if there was a limit on the depth arrays can be nested (tuneable...
Would it be possible to add @idesc to the list of messages displayed in examine? Also, the ability to display any arbitrary user specified properties in a standard examine would...
I forgot to document a few things in 'man propqueues'. What I need to document are: * MPI `&how` * What's initially on the MUF stack, if anything (for instance...
EVENT_WAITFOR completely kills any attempt at input -- you can't @ Q out of it. Thusly, it should probably be something that either forces the program into BACKGROUND or raises...
Potentially using Github Actions. We are using a bunch of different builders and tools, it seems like we could probably consolidate and improve our CI/CD pipeline. Also, the docker build...