c4tz
c4tz
Hi, I just came across this problem, too. Here is a minimal (not) working example: ```golang package main import ( "log" "strings" "github.com/antchfx/htmlquery" ) func main() { s := `...
Ahh :bulb: Thank you for the clarification! Then it just was a misunderstanding on my side, sorry.
This problem (with another HTTP status code) seems to also appear when specifying `GF_SECURITY_ADMIN_USER` and `GF_SECURITY_ADMIN_PASSWORD` in `.Values.env`. By doing so, `REQ_USERNAME` and `REQ_PASSWORD` are left out for the sidecar...
Thank you for the elaborate answer @cgutman . However, I'm not quite sure what you're suggesting. Do you mean I should try moonlight-qt (which I can't, because it is not...
I compiled `moonlight-qt-git` on my RPI 2 in order to test V4L2 M2M with ffmpeg as you suggested, but unfortunately I only got about 1-3 FPS with it, so this...
Okay, it seems to work if I just `sudo naga`.. The button mapping is working, too. :) So it seems like `nagastart.sh` just crashes because of the two IDs and...
You meant: ``` xinput set-int-prop 11 "Device Enabled" 8 0 xinput set-button-map [id] 1 2 3 4 5 6 7 11 10 8 9 13 14 15 naga ``` right?...
Okay well it only works if I do `sudo naga`, it won't work without root access. If I try do it without (what would happen at every boot), it tells...
It works almost, after a reboot. But I think there still is a permission issue. When I try to start Firefox with (button 9), it tells me the dbus-service is...
test.c works without a flaw.. Maybe its because of the `razer` group?