Results 31 issues of A_D

**Description** Title. When I hit numpad 5 I get None as the text name, and a giant number as the vk. **Platform and pynput version** Opensuse tumbleweed (rolling), pynput 1.7.3...

xorg

While normally I'd be a bit dubious doing so, these caps explicitly only add tags, so this is really just allowing them to be passed though to clients that support...

This idea came up in a reddit thread - https://redd.it/6aj9uu Simply put the flag will stop the server from sending a users message to anyone they have set to SILENCE...

enhancement

E221 ("Multiple spaces before operator") is being seen in the below snippet on the -1: ```python { "some long key": 1, "some other long key": 2, "short key": 3, "other...

Appears that this is a disagreement on some icalendar spec stuff? from what I understand either: - Radicale is wrong here, and Africa/Johannesburg should be recognized and resolved automatically to...

VObject
not our bug

Been playing with the site a bit, found a mod that referenced another mod in its description, and wanted to check it out. Which I found was a two step...

feature request
type: functional
accessibility
area: search and discovery

This isnt a PR I expect to be merged; though it could be neat. I wanted to get a feeling for what things would look like if we switched to...

This is unfinished, here for comment only at the moment

enhancement
Plugins

Currently we just splat an error when we get a 429 from CAPI: ``` 2021-10-25 20:00:00.346 - ERROR - 505944:520528:520528 companion.capi_single_query:771: Frontier CAPI Auth: GET /shipyard Traceback (most recent call...

enhancement
New User Experience
CAPI

Currently we don't indicate very well that an authentication has completed. On the webserver side we return: ```py self.wfile.write('Authentication successful'.encode('utf-8')) self.wfile.write('Authentication successful'.encode('utf-8')) ``` For that I suggest: 1. Maybe make...

enhancement
New User Experience