andreymal
andreymal
> we can just convert all the escaped characters to non escaped ones This is what I originally planned to do, but then I opened [The Rust Reference](https://doc.rust-lang.org/reference/expressions/literal-expr.html#escapes) and got...
@webknjaz >can't you just create a shared group for this purpose? It's exactly what I want! But the shared group will not work without correct permission bits for the socket...
@asvetlov >you can create UNIX socket file before starting listening on it: Unfortunately it does not work, because asyncio `create_unix_server` does `os.remove` automatically: ``` $ ls -l aiohttp.sock srwxrwx--- 1...
`jstest-gtk` does recognize dpad buttons but https://hardwaretester.com/gamepad (and probably other apps) doesn't
Yeah, Firefox is different, I tested Chromium Anyway, Steam doesn't recognize the dpad by default either, so I guess Chromium is more relevant here (but Steam allows to remap gamepad...
This doesn't explain why "Up was recognized as a press of the right joystick" I think I found the real cause — the SDL game controller database: ``` $ sdl2-jstest...
`h0.1` also means that SDL expects analog D-pad So I read [some SDL code](https://github.com/libsdl-org/SDL/blob/beea8d604e9dfbba855b0c890f0897a0b8d2b1ad/src/joystick/linux/SDL_sysjoystick.c#L1193-L1197), patched VirtualGamePad-PC to match SDL's expectations, and this did the trick, the D-pad works by default...
Duplicate of https://github.com/stalwartlabs/mail-server/issues/368? Right now you can create/edit/delete DKIM keys using [POST /api/settings](https://stalw.art/docs/api/management/endpoints#update-settings), although it's a bit inconvenient
> newer than 10 minutes This is not sufficient when a user returns to a previously viewed post, for example, a day or two later
3 thumbs down and no one commented 🤔