Alex Jackson

Results 13 comments of Alex Jackson

Getting the exact same error on Windows 10. I'm on the latest NixOS-WSL commit. Setting `wsl.interop.register = false;` fixes the issue. Output from `nix flake info` for my system flake,...

> Can you run `file /run/binfmt/WSLinterop`? Tested with `wsl.interop.register = false` and `wsl.interop.register = true` and got the same output either way: ``` shell c/windows/System32 ❯ nix run nixpkgs#file /run/binfmt/WSLinterop...

Thanks for the idea -- makes a ton of sense, should have thought of that. Unfortunately, it didn't work. Installed from the link provided and got the following: ```shell [nixos@nixos:~]$...

Looks like `wsl.compatibility.interopPreserveArgvZero = false;` is the way forward. I get a new error that seems easier to debug. Installing `wget` is sufficient to get around the new error. However,...

Also experiencing this issue on Windows 10. Apps which freeze after a fullscreen break reminder in my (unscientific) testing include: - Todoist - Slack - VSCode

Totally, @senpl. I'll see if I can get some logs.

Issue persists. The below did not fix for me: > PLace the yubikey behind the phone when the Ios prompt appears without touching anything.

Sorry, should have specified @Nephilimi. I _am_ using WebAuthn via NFC. However, after an uninstall-reinstall, this strategy seems to work: > PLace the yubikey behind the phone when the Ios...

Also reporting this issue: ```json { "home_assistant": { "installation_type": "Home Assistant OS", "version": "2024.4.4", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.12.2", "docker": true, "arch": "aarch64", "timezone": "America/Chicago", "os_name": "Linux",...

@TallGeekyCool, I found the cause for my issue. My thermostat is hooked up via Zigbee2MQTT and exposes its temperature reading as `current_temperature` as a value on its HASS state. I...