mathew
mathew
Performance and avoiding malformed parameters, yes. Linters aren't ideal, you have to get everyone to run them or else you don't catch errors until CI, which wastes time. There's a...
Yes, two IPv6 systems on the same local network (with the same /64 address prefix) use a relayed connection. The transfer works in one direction, but not the other. It...
I suspect this is to do with [undocumented screensaver API changes](https://www.jwz.org/blog/2023/10/xscreensaver-6-08-out-now/) Apple made in Sonoma, and the screensaver never being told to exit, and eventually leaking GPU resources as a...
Same problem here. ``` Traceback (most recent call last): File "/usr/bin/rip", line 41, in sys.exit(main.main(sys.argv[1:])) File "/usr/lib/python2.7/dist-packages/morituri/rip/main.py", line 45, in main ret = c.parse(argv) File "/usr/lib/python2.7/dist-packages/morituri/rip/main.py", line 123, in parse...
I'm not sure what you're asking. This code isn't Zig or Python, it's Go. If you're hoping to compile this to WASM and run it inside a Python WASM environment,...
Yes, it was designed for archiving all episodes, so (for example) if an old episode of This American Life is reposted to their feed, and you have deleted that episode,...
I think it would make sense to have some sort of file renaming feature... Maybe something that works like sprintf, where you have % escapes for various pieces of information...
Looks as if `gstreamer0.10-plugins-ugly` is the magic package that fixes it for me, though I also installed the lame, alsa and pulseaudio packages.
Suggested message rephrasing: ``` go: module . listed in go.work file requires go >= 1.21.4, but go.work lists go 1.21.3; to download and use go 1.21.4: go work use ```...
Looks like the `browsedir` setting was removed: ``` E5113: Error while calling lua chunk: vim/_options.lua:0: Unknown option 'browsedir' ```