Matthew Simmons
Matthew Simmons
**Bug description** Portainer registry management can't handle images with a null Cmd. An attempt to open such an image (i.e. clicking the image's tag) results in an error: "Failure Cannot...
### The problem I'm using the os-update application on LibreNMS 22.6.0. I push values to InfluxDB. InfluxDB is particularly picky about data types, distinguishes between bools and floats (not unreasonably),...
Add the full set of directives that need to be added to WORKSPACE in order to use environment_secrets. This seems to be the approach preferred in Bazel-land (see rules_docker for...
### Describe the issue abseil requires c++14 or greater. The current version of bazel, out of the box, doesn't pass the necessary flags to enable c++14 or greater, resulting in...
### Please describe your bug I create a library with a folder whose final pathname component is `other`, that entire folder is ignored. That is, if I create a library...
Please let me pass arbitrary flags to qemu when running `gok vm run`. In my case I'm hacking together USB support, and have been prototyping it using qemu's usb flags....
I wanted to make screenshots work for my Keysight scope, and decided to focus solely on the usbtmc layer. I made some changes to enable screenshots. This PR could easily...
I decided to implement screenshot using usbtmc. This means sending two commands (":hardcopy:inksaver 0" then ":display:data? fmt") then doing a read of raw data. As currently implemented usbtmc.Device and ivi.Instrument...