makeworld

Results 588 comments of makeworld

Maybe what I wrote in #357 solves this?

@viler-int10h I was poking around, and a Python translation of this script appears to exist already, in [this fork](https://github.com/vegardsjo/FFmpeg-CRT-transform), specifically [this file](https://github.com/vegardsjo/FFmpeg-CRT-transform/blob/master/ffcrt.py). I am not sure if it's complete, although...

On first test the script has some issues, for example not handling file paths with spaces. I am interested in improving this script. Not sure what the best way to...

@vegardsjo Hey, thanks for getting back to me! I'll look into getting the cropping working if I can. Test results would be nice as well. I've noticed there are test...

~~This is fixed thanks to #4213. You can generate randomness on the RP2040 using `os.urandom` .~~

Happy to hear it! And yeah, client certs wouldn't work, I see that now. I like your idea at the end though, that would be a cool tool. I don't...

Here, I found some SNI proxies. I haven't tested them, but they should work for Gemini out of the box. https://github.com/dlundquist/sniproxy https://github.com/fangdingjun/sniproxy

Even though HTTP isn't being used? Interesting...

Haven't tried this, but as a quick hack, you might be able to write a bash CGI script that calls `python3`. You could do `export PYTHONPATH=` there if needed as...