Evan Bovie

Results 13 comments of Evan Bovie

Anyone know of a way to test changes to these parameters without rebooting? On a related topic, the Microsoft docs mention that the above tuning values are in himetric units...

@dustinkerstein have you tested this with 1920x1440 video capture, and does it work? Did 6by9 merge [their patch](https://forums.raspberrypi.com/viewtopic.php?t=291447#p1762509)? [The `libcamera-vid` app documentation](https://www.raspberrypi.com/documentation/accessories/camera.html#video-command-line-options) also seems to indicate that only levels 4,...

I'd be interested in adding this as a PR if it's justified. How much value would it provide for the community to add to this project vs forking and creating...

@wcandillon Another potential workaround is submitting the form via a POST request as-is. As evidenced in [this commit](https://github.com/fastlane/boarding/commit/7c49b180feaffec395316c96ce589eeba955bb01#diff-a6a6ba532788ad976e9b6ebab3aa2f97R5), boarding does not use CSRF protection. Therefore, your calling method does not...

Anyone else able to take this on? Slammed at the office right now

@victorgama could you please open source your JS nslogger binary parser? ❤️

It's okay @victorgama, I still think you're awesome! I'll ping this thread when I finish my implementation of the parser and release it.

You would use a [`device` directive](https://docs.docker.com/compose/compose-file/compose-file-v3/#devices) in your `docker-compose.yml` file. It is equivalent to the [`--device` option in the Docker CLI](https://docs.docker.com/engine/reference/commandline/run/#add-host-device-to-container---device). Note that this is currently only possible on Linux...

Convention for package managers (according to `apt-get`, `brew`, etc.) is to use `xyz update` to fetch the latest packages, and `xyz upgrade abc` to install a new version of a...

I too would like to use map remote, so that when developing locally, I can redirect connections in my browser from our dev RabbitMQ instance `wss://broker.dev.example.com` to a local instance...