Vicky Williams
Vicky Williams
> Thanks @krzysdz ! Well, that sucks, as normal files that are zero size also return zero :( Well, if the file size is zero, maybe don't set the `Content-Length`...
Are there ways to pass other events to the Primrose editor other than the mouse in general?
what about websockets (or plain tcp) and some custom binary protocol that wraps data and audio
I have the same problem on Arch Linux AUR: ``` [2023:01:02:16:45:32]: Debug: Resolution: 1280x720 [2023:01:02:16:45:32]: Debug: Offset: 0x0 [2023:01:02:16:45:32]: Debug: Desktop resolution: 1280x720 [2023:01:02:16:45:32]: Info: Screencasting with KMS [2023:01:02:16:45:32]: Info:...
ffmpeg seems to have a dfpwm codec. run `ffmpeg -i input.ogg -ar 48000 -ac 1 output.dfpwm`
i let KDE Connect handle the clipboard and it works fine
possibly helpful visualisation: https://github.com/user-attachments/assets/208ac169-3045-44bb-a916-6522ee0561b6
```ts import { stdin, stdout } from "node:process"; import { createInterface } from "node:readline"; let intf = createInterface({ input: stdin, output: stdout }); intf.on("line", line => console.log(line)); ``` works but...