kiwec
kiwec
F12 isn't bound by default for "goto definition", which isn't the behavior I expected after installing this. I expected it to override the default keybinding, since it always falls back...
It would be great to be able to pipe into `c` : ```sh cat file.c | c ``` ```sh c < file.c ``` This would allow the use of tools...
I am using channels 2.3.1 with daphne 2.4.0 - which I can confirm fixed https://github.com/django/channels/issues/962. Unfortunately, while it doesn't hang anymore, it segfaults when the server connects to a PostgreSQL...
Reference: https://github.com/ppy/osu-api/wiki#osu-url-schema Using `osu://mp/` or `osump://` links don't make the client join the lobby. It starts the game (if not started yet), but doesn't enter the lobby. This is while...
### What happened? Default theme. In this screenshot both the category text and the currently selected channel text are way too bright, and look unread.  Reducing contrast is needed...
When the osu!api is failing, it returns a generic HTML error page, which causes nodesu to fail when trying to parse it as JSON. This commit makes nodesu handle 5xx...
Using OpenBSD 7.4, latest patches installed. `package.json` has `"esbuild": "^0.19.5"`. ``` $ yarn yarn install v1.22.18 [1/4] Resolving packages... [2/4] Fetching packages... [3/4] Linking dependencies... [4/4] Building fresh packages... error...
Using "Open file" with the intention to play a file (or add it to current playlist) nukes the current playlist without warning, even if it is unsaved. There is no...
Like every other music player: if you press "previous", it should go to the previously played song, regardless of the current playlist selection, shuffle status, or planet alignment. Optionally make...
# Describe your changes Added some configuration options so server owners can easily tell McOsu clients how to behave. Defaults match how the clients behave when a server doesn't signal...