tcdude
tcdude
Here's the yml (*I stripped the end, because it's not part of the issue*): ```yml name: Linux-ARM on: push jobs: build_job: runs-on: ubuntu-18.04 name: Build on ${{ matrix.distro }} ${{...
Here's the output from `act` with the -v flag for the [Basic example](https://github.com/uraimo/run-on-arch-action#basic-example) on the README.md : ``` time="2021-05-06T20:30:03+02:00" level=debug msg="Loading environment from /home/tc/tmp/act-test/.env" time="2021-05-06T20:30:03+02:00" level=debug msg="Loading secrets from /home/tc/tmp/act-test/.secrets"...
Looks as if there's a problem with APIv1/v2, there's a [forum thread](https://forums.thetvdb.com/viewtopic.php?f=17&t=60126&p=163266&hilit=mirrors.xml#p163266) on thetvdb.com, where people are facing the problem that's causing the `403` response when trying to access: "http://www.thetvdb.com/api/{api_key}/mirrors.xml".
I'm unable to reproduce this issue on both a Samsung SM-G930F and Fairphone FP2. Neither did it crash nor did it stutter, play at half speed or sound like two...
I tracked this down to this if statement: https://github.com/Kode/Kinc/blob/8b34e14b6d00afed85958007818cfdba026a0a5e/Backends/System/Linux/Sources/kinc/backend/x11/system.c.h#L514-L516 When I release a key like `Shift` `keysym` is identical to `ksKey` at that point, but upon releasing a `Ctrl` key...
Found the problem.. I tried different keyboards on a hunch that it could maybe related to my fancy keyboard and plugged in the other keyboards on different USB ports on...
I encountered that problem again using entirely different setups (HW and SW) and have written a little sample with which I can reproduce the issue on several different machines: ```c...
To update my findings: ## Arch based x64 laptop with i3-gaps (X11) When I change the keyboard layout at least once using `setxkbmap ...` the expected behavior starts to work...
Testing with `xev` on i3-gaps / X11 yields something that might be interesting: ``` KeyPress event, serial 35, synthetic NO, window 0x3800001, root 0x1ec, subw 0x0, time 9387186, (-1960,611), root:(511,1256),...
Relevant part to make this reproducible is having the option `grp:ctrls_toggle` set either through e.g. `setxkbmap -layout us,ch -option grp:ctrls_toggle` or in the case of sway (Wayland) an option like...