Greg Mefford

Results 7 issues of Greg Mefford

It would be great to be able to configure multiple outputs with different resolution and color space. For example in my https://github.com/GregMefford/omni_eye training project, we use the Picam video to...

As I was working on my training materials for LoneStar, I really wanted to have a way that I could ask the camera what its current configuration is, so I...

Ideally, we wouldn't have to duplicate so much code between the fake version and the real version. It would also be great to optimize the fake images that are included...

It looks like the code was actually populating metrics under the `queue_count` name, but declaring the histogram as `queue_counter`. I didn't actually test that this fixes it, but wanted to...

This still needs the docs updated and other polishing, but I wanted to get it out there so people can give feedback and try it on their machines. One thing...

``` 13:51:54.802 [error] GenServer :"db-myproject" terminating ** (Protocol.UndefinedError) protocol String.Chars not implemented for {:wrong_type, :to_\x{3BC}s} of type Tuple. This protocol is implemented for the following type(s): Atom, BitString, Date, DateTime,...

Currently, if you are hosting a devbox project configuration template on GitHub, for example, you'd need to pull in new changes like this: ```bash devbox stop -p my_project rm -rf...