Andreas

Results 10 comments of Andreas

same here, same device. definitely worked before (about 2 weeks ago? not sure which version)

Just tested an ESP8266MOD 12-F and got the same error as on the D1 I am using Edge `v113.0.1774.50 (64-Bit)`, cleared all temp files, cookies etc. I got another ESP32...

> So must be a Windows 11 thing tested with Fedora Linux/Chromium and still no gain.

> this how i fixed it can confirm this for the D1 & other ESP8266 devices I was able to test. thanks! not sure why this did not work on...

Sorry for the late reply! I have some example json that should do :) ``` [ "Event", { "timeStamp": "2022-06-02T19:01:39.2554885+02:00", "event": { "source": "YouTube", "type": "Message" }, "data": { "message":...

in addition, I got all the events that can be subscribed to as json the tricky thing was to find out what events to subscribe to, when using YT. the...

I ran into this as well on wayland/hyprland. 2 monitor setup with `DP-3` and `HDMI-A-1` attached. What I tried is to start eww with `eww open bar --screen=$(hyprctl activewindow -j...

Found a good hint here: https://github.com/nwg-piotr/nwg-panel/issues/344#issuecomment-2484997858 and adapted it to a script that fits my setup `udev-check.sh` ```bash #!/bin/bash main=DP-3 # name of main display side=HDMI-A-1 # name of secondary...

I'm currently setting up my wsl based on NixOS for work with sops and got a similar issue. When using secrets with home manager that are dependend on shell/system start...

I just had the same idea and it works for me like this in niri (currently on niri main branch, not 25.08. but it should work with 25.08) ```jsonc "niri/window":...