VelorumS

Results 26 issues of VelorumS

**Describe the bug** Right mouse-down with Shift held opens context menu on Firefox. **To Reproduce** Steps to reproduce the behavior: 1. Hold Shift. 2. Click the right mouse button. 3....

notourbug

Uses address patterns like `ws:/127.0.0.1:1781{5,6}/rmt` to connect to multiple servers. Shows thread names with the `0_`, `1_`... prefixes depending on the server of origin. Sends console input to the first...

The problem is when the client advertises `"protocol": ["binary", "base64"]`, the server picks `base64`. The server should prefer the first one. It's an issue when the client had this configuration...

Extension points in extension2 system are integer-coded so the future versions of the libvncserver can add extension points. Additional extension points: pre-FBU, post-FBU and post-SetEncodings. Example of registering an extension:...

From TurboVNC. When multiple viewers are sharing a single TurboVNC session, ordinarily it would be necessary for a viewer to disable remote cursor shape updates in order to see the...

Taken at this point: https://github.com/TurboVNC/turbovnc/commit/ff35d99e9aebb3905c2d90bea7c3305b63c853cd

Basically continuous updates extension as it is in the TurboVNC. Built on Linux, tried with noVNC. Probably doesn't fit the LibVNC code modularity requirements, but adds another case. Taken at...

Using a non-existent ConfigMap `haproxy-controller/haproxy-kubernetes-ingress-wrong`: ``` containers: - name: kubernetes-ingress-controller image: "haproxytech/kubernetes-ingress:1.10.10" imagePullPolicy: IfNotPresent args: - --configmap=haproxy-controller/haproxy-kubernetes-ingress-wrong - --disable-http ``` And the `curl http://:443/myapp` gets the response in clear from...

It's more of a Cargo problem... If you want to add Rust integration tests (a `tests/` dir alongside the `src/`): ``` cargo_without_cmake ├── build.rs ├── Cargo.toml ├── qml │   └──...

🪲 bug
🤔 discussion
🔨 build system

Deleted namespaces stick around on the list, so the controller trips over them indefinitely. Some kind of retry mechanism eventually updates secrets in remaining namespaces, but it's not immediate. Here...