Thibaut Lapierre
Thibaut Lapierre
Hi, After installing OLM (either with operator-sdk or install.sh), packageserver returns ```connect: connection refused``` while connecting to operatorhubio-catalog while I don't see any issue using a grpc_cli debugging container. This...
**Component** What is the bug in? - Demos (python sdk) **Describe the bug** MacOS WiFi do not connect to GoPro names containing single quotes **To Reproduce** 1. Name a GoPro...
Note! This ticket will capture any and all issues relating to Python SDK BLE: - recovery from failures to establish connection - recovery from connection drops - closing and re-opening...
This resolves https://github.com/gopro/OpenGoPro/issues/483 Check nmcli permissions and only ask for password if required. Move getpass to separate func and validate password input, Otherwise raise RuntimeError Change sudo func to return...
This fix https://github.com/gopro/OpenGoPro/issues/481 On RHEL based systems, the version is in the form of 1.44.2-1.fc39 wich raises an error when trying to compare it with the Version class. This fix...
Most desktop Linux distributions do not require sudo privileges to control networking. nmcli takes its permission from Polkit /usr/share/polkit-1/actions/org.freedesktop.NetworkManager.policy I'd like OpenGoPro Python SDK to only ask for sudo privileges...
**Component** Python SDK **Describe the bug** nmcli version check fails on RHEL based systems (Fedora) **To Reproduce** Use gopro-wifi on a RHEL based system. **Expected behavior** Version check to pass...
Hi, Just add requirements to the Readme
Apple has officially retired the airport command-line utility on macOS Sonoma 14.4 **Component** Python SDK **Description** SSID Scan does not work anymore on recent Mac OS X version. **To Reproduce**...
Implements SK_REUSEPORT support to enable programmable socket selection within SO_REUSEPORT groups. - #[sk_reuseport] macro for eBPF programs - SkReuseport program type with load/attach methods - SkReuseportContext with sk_reuseport_md field access...