puter/packages
Sam Atkins d1db4a11ef WIP: Some incorrect things, and logging, will clean up later
What's done here:
- Call releaseLock() on the stdin reader, which immediately cancels any
  active reads and prevents new ones.
- Adjust BetterReader to pass releaseLock() on, and handle the input
  ending, and expose how much input was read into a buffer if it's
  partially filled.
- Add an error message when the one user of read(opt_buffer) gets too
  small a buffer.

That last one is readline trying to read 1 byte, and we currently
infinitely loop on that after exiting a process. So this is definitely
not correct but it feels like it's the right direction.
2024-04-18 17:39:13 +01:00
..
backend Fix last_activity_ts 2024-04-16 19:30:30 -04:00
phoenix WIP: Some incorrect things, and logging, will clean up later 2024-04-18 17:39:13 +01:00
puter-js Let AppConnection know if its target app uses the Puter SDK 2024-04-18 15:00:38 +01:00
puter-js-common Release backend 2024-03-30 19:08:03 -04:00
terminal Phoenix: Wait for apps to finish executing, and connect stdio to them 2024-04-18 15:00:38 +01:00