Oldřich Jedlička

Results 21 issues of Oldřich Jedlička

[//]: # (Lines in this format are considered as comments and will not be displayed.) [//]: # (If your work is in progress, please consider making a draft pull request.)...

enhancement
Floodgate/Geyser

Volumes detect and handle unix-like absolute paths also on Windows. Secrets are translated to bind mounts, so handle them the same way. While at it, fix also inherited absolute path...

Environment: * Windows * minikube * github.com [docker.exe](https://github.com/docker/cli.git) and [docker-compose.exe](https://github.com/docker/compose.git) from Git master built with `docker buildx bake` * DOCKER_HOST configured to use docker daemon from minikube (`minikube docker-env |...

**System (please complete the following information):** - OS: Docker/Alpine (custom Dockerfile building from master) - strongSwan version(s): Git master - Tested/confirmed with the latest version: yes All modifications present in...

bug

Complete rework of #478, all issues of #478 should be addressed. Uses `session:set` and `session:get` to manipulate the session variables. Tested by unit tests and on real-world project.

The `/api/exchanges///bindings/source` results (visible on `/exchange#vhost=&name=` UI path) are random and this is visible on every UI refresh. The shown bindings change position on every refresh. It looks like the...

enhancement
backlog

All-column sorting or at least some default multi-column sorting (like RabbitMQ Management UI has) would be helpful. It would be good to have some default sorting when you navigate to...

enhancement
UI/UX

### Windows Terminal version 1.18.1462.0 ### Windows build number 10.0.22621.0 ### Other Software _No response_ ### Steps to reproduce 1. Open File Explorer, place it on the screen so that...

Issue-Bug
Product-Terminal
Area-Remoting
Area-Windowing

There is a problem in the following example: https://github.com/rse/es6-features/blob/75bf0b4ea1b1922f80d759977c138f14ecf24d91/features.txt#L1340-L1362 Manipulating `username` on line 1361/1353 cannot work. The username is UI8 array and the setter just manipulates the first byte only.

After this assignment: https://github.com/rse/es6-features/blob/75bf0b4ea1b1922f80d759977c138f14ecf24d91/features.txt#L1322 See the following lines: https://github.com/rse/es6-features/blob/75bf0b4ea1b1922f80d759977c138f14ecf24d91/features.txt#L1323-L1324 Those basically test if value `null` is in the map/set, not if `foo` is still in the map/set. There exists no...