Johannes Kadak
Johannes Kadak
We would also like updates on this. Is there any work being done to address this incompatibility?
Support, sure, but what about remaking the UI for controller use?
@SolarPolarMan: this link applies to SDL 2.0, while we're still on SDL 1.2 (why?). [Here's the link](https://www.libsdl.org/release/SDL-1.2.15/docs/html/guideinput.html) for SDL1.2's joystick input. An analog stick for picking elements could work, but...
`which` just iterates over the "$PATH", right? We can just use the user's PATH environment variable, tokenize it by colon, and then work through each folder to find the real...
This is affecting us with docker compose 2.6.1 tilt 0.30.5
> @boxmein does it look anything like [docker/compose#9591](https://github.com/docker/compose/issues/9591)? There still might be an issue with dependencies. Yes, it looks to be caused by that issue! I will have to check...
I can confirm we had this issue but only with a new user who recently joined our server. At this time existing logins were not dropped because of the device_info...
Here's a workaround if you use `colima`: ```python current_ctx = docker.context.Context.load_context(docker.context.api.get_current_context_name()) url = current_ctx.endpoints["docker"]["Host"] client = docker.DockerClient(base_url=url) ```
@EdJoPaTo should be simple enough to allow users to set their own desired CA certificate bundle path instead of loading roots from the OS around this place https://github.com/EdJoPaTo/mqttui/blob/7ff1dd162f473efbd129842716e525e08088420d/src/mqtt/encryption.rs#L67-L68 `--insecure` should...