Vladimir Romashchenko
Vladimir Romashchenko
Currently subtitle selection menu only shows language of each subtitle, but it's not always enough to select right one. For example I have a mkv file that includes 2 different...
I'm trying to build `gazebo_ros_pkgs` on Fedora 35 directly from source. As a dependency for that I've installed `gazebo-devel` package version 10.1.0. The first error I get is this: ```...
I'm new to building Flatpak apps and I wanted to use this action. For me, it was problematic to figure out what does "flat-manager token" means and where to get...
**What would you like to be added**: A way to provide username and password for etcd authentication. Probably in a form of 2 environment vairables: `ETCD_USER` and `ETCD_PASS` **Why is...
Add MinIO CRDs Group: minio.min.io List of CRDs: - `Tenant` - `PolicyBinding` Here are the commands that I used to generate them: ``` python openapi2jsonschema.py https://raw.githubusercontent.com/minio/operator/master/resources/base/crds/minio.min.io_tenants.yaml python openapi2jsonschema.py https://raw.githubusercontent.com/minio/operator/master/resources/base/crds/sts.min.io_policybindings.yaml ```...
I'm experiencing the same issue as discussed in #6314, but only limited to Tabulator inputs #### ALL software version info Panel 1.4.2 JupyterLab 4.1.6 #### Description of expected behavior and...
I've been playing around with this widget for my small project to show usb camera feed on a small touchscreen display attached to Raspberry Pi 4 and I encountered 2...
Adds multiple derive macros for implementing Arg, Get and Append traits combined. Makes it much less cumbersome to translate between dbus structs and rust structs. More details in this discussion:...
### Is your issue REALLY a bug? - [X] My issue is indeed a bug! - [X] I am not crazy! I will not fill out this form just to...
In #11820 I've added AppStream version bump functionality to scripts/set-version.sh. Since then there were 3 releases, and none of them updated that file. Is there a procedure missing internally, or...