oakkitten
oakkitten
If I paste code into the playground, sometimes empty lines get removed. It seems to have to do with the Windows-style line endings. Here's a [broken example](https://black.vercel.app/?version=stable&state=_Td6WFoAAATm1rRGAgAhARYAAAB0L-Wj4ABvAEtdAD2IimZxl1N_Wlws4TBexXdmg62HE9VOK83T2gG49DcWvtq7ECeGJLVNaYiHJKpZx7SOk0m85lu8JgjjCNPOP8bNcyTDLihCxen-AAAAp7lVYFQ-sv0AAWdwdzk_Wh-2830BAAAAAARZWg==). Here's a the...
I suppose that this is working as intended, as the readme says, > If a pull request already exists and there are no further changes (i.e. no diff with the...
This is more like a task to myself but I need some opinion. Currently tests are broken for Anki
(this is mostly to recap the conversation on irc) Integer values `pos_start` and `pos_end` return, according to [the documentation](https://weechat.org/files/doc/stable/weechat_relay_protocol.en.html#command_completion), “Index of first char to replace (starts to 0)” and “Index...
for various reasons, buffers can become unusable in the sense that you can't use them normally (can't message to a channel or user, can't issue server commands). i propose a...
Upon applying plugin, I'm getting the following error when building: ``` > gradlew --stacktrace FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring project ':app'....
The documentation for `install_command` says, > Note: You can also provide arbitrary commands to the `install_command`. (...) I don't think this is correct. Given this config, ```ini [tox] skip_install =...
From #2427. If I specify a high `minversion` or `requires`, a provision environment is created. Apparently, it is using `install_command` from `[testenv]` section. Is this right? I thought that `testenv`...
###### Reproduction Steps 1. Enable Full screen navigation drawer 2. Go to Card browser 3. Type some text in the search input 4. Drag finger across text (do not drag...
I think Card browser scrolling performance is slightly suboptimal. The UI freezes a lot when you flick down or up, and when I drag the scrollbar I get about 3...