Rui Lopes
Rui Lopes
Is something alike jsonpath/xpath supported by this library? Something that would allow me to get/set the value of `plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options.SystemdCgroup` that is inside the document: ```toml version = 2 [plugins] [plugins."io.containerd.grpc.v1.cri"]...
The seeking preview thumbnails is pretty cool. It would be even nicer if it would show the thumbnail on hover instead having to actually click/drag the current video position tracker...
It would be really nice to have a way to manage the physical nodes firmware using https://fwupd.org/. For example, in fedora, this can be typically used as: ```bash # add...
on windows, the following now works: ```bash vagrant scp ':d:/temp/filename-*.7z' . ``` to clarify, this now works with the [Windows flavor of OpenSSH, Win32-OpenSSH](https://github.com/PowerShell/Win32-OpenSSH). I tested this by copying a...
Not all the code paths call `v4l2.CloseDevice` when there is an error at: https://github.com/vladimirvivien/go4vl/blob/v0.0.5/device/device.go#L28-L116 All the `return` statements that return an error should call `v4l2.CloseDevice`.
to simplify https://github.com/vladimirvivien/go4vl/blob/v0.0.5/device/list.go it would be simpler to enumerate the files/symlinks at `/sys/class/video4linux`. or maybe there was a good reason for directly digging in `/dev`?
Hi @stgraber, I've started playing with a Go implementation of a LXD runner at https://github.com/rgl/lxd-github-actions-runner (aka lxd-ghar). Its still pretty much a PoC, and I'm using it to learn about...
Currently the command executable and arguments are executed indirectly by the `cmd.exe` shell but it would be very useful to have a way to skip it entirely, as that would...
Can https://github.com/masterzen/winrm/blob/1d17eaf15943ca3554cdebb3b1b10aaa543a0b7e/powershell.go#L10-L23 be changed to use a proper UTF-8 to UTF-16 (the native windows encoding) conversion?