Ayrton Sparling

Results 220 comments of Ayrton Sparling
trafficstars

Ready for review. I moved the tests so that the working directory is set to the tmpdir of each test. This required tls files to be copied into a test's...

Not sure why checks are failing. Same command succeeds on my machine. `cargo fmt --all -- --check`

Sure. You thinking something like `miniserve -p 8080` and `miniserve -p /tmp/web.socket` both being valid? Or do you want something like `miniserve -p 8080` and `miniserve -p unix:///tmp/web.socket`?

Are you okay with using `miniserve -i /tmp/web.socket` (`--interfaces` flag instead)? I think it might be more appropriate and it fits the code better.

I think #935 is about as much time as I can invest right now. Please let me know what you think. > EDIT: Might also be cool to support shortcuts...

I'm experiencing the same issue. Disable some cores then try to run s-tui. ``` archlinux% sudo s-tui Traceback (most recent call last): File "/usr/bin/s-tui", line 33, in sys.exit(load_entry_point('s-tui==1.1.4', 'console_scripts', 's-tui')())...

I've tested the changes I've suggested and they work. To anyone who wants this in the future, you'll also need to make a certs directory and bind it to your...

I should also point out that this may only be true on Raspberry Pi 4. That is what I'm currently testing on.

I'm using [`/dev/video10`](https://www.raspberrypi.org/documentation/usage/camera/raspicam/v4l2.md) on a raspberry pi 4 (kernel: 5.4) in an attempt to decode h264. It seems this device only supports multi-planar buffers. With the `v4l2_buf_type_V4L2_BUF_TYPE_VIDEO_OUTPUT` buffer type you...

Yeah, I should be free sometime this weekend to test. Sorry, meant to reply sooner. Went out to buy a [C7000](https://support.hpe.com/hpesc/public/docDisplay?docLocale=en_US&docId=emr_na-c00804295), gonna try setting up virtual desktops, encode their screens,...