Ryan Govostes

Results 116 issues of Ryan Govostes

### Description The documentation is unclear on whether multiple networks can be specified when executing `docker run`. There are old issues like [this one](https://github.com/moby/moby/issues/29265) that claim a container can only...

area/api
kind/bug
area/networking

**What version of protobuf and what language are you using?** Version: main Language: N/A **What operating system and version?** macOS Sonoma 14.3.1 **What runtime / compiler are you using (e.g.,...

help wanted

I think I have the same issue as #716 with Aravis 0.8.27: The network auto discovery of a GigE camera works, but subsequently Aravis cannot connect to it: ``` $...

1. Enhancement
5. Gige

Suppose I have a directory `ImportantProject/` full of files, and I want to move it to `Archive/2022/ImportantProject`. I can do this from the command line with `git mv ImportantProject Archive/2022/ImportantProject`...

I believe this is the root cause of https://github.com/pikvm/pikvm/issues/1217, or related to it. In that issue, the PiKVM stream breaks when the display attached to the video capture device goes...

type:bug

[Quoth the documentation](https://docs.micropython.org/en/latest/library/machine.SDCard.html#machine.SDCard), ```python3 class machine.SDCard(slot=1, width=1, cd=None, wp=None, sck=None, miso=None, mosi=None, cs=None, freq=20000000): ``` The code: https://github.com/micropython/micropython-lib/blob/46748d2817d791212808337c0c708f131ec5c353/micropython/drivers/storage/sdcard/sdcard.py#L41-L42 Is this fallout from moving from `machine.SDCard` to `sdcard.SDCard`?

I can successfully program my board, an ESP32-S3-WROOM-1U-N16, with espressif32 @ 6.4.0 (or 6.0.1) but not espressif32 @ 5.4.0. As a test case, I made a basic project like this:...

stale

[Globus](https://www.globus.org) is a file-sharing platform that is increasingly adopted for sharing academic data sets. To distill it down: Globus mediates file transfers to and from buckets (called collections) that are...

The list of dependencies for Ubuntu includes [grub-pc-bin](https://packages.ubuntu.com/focal/grub-pc-bin), which is only published for amd64. You can work around this by passing `--workaround-skip-grub` or using the "Skip legacy grub bootloader" in...