silverwind
silverwind
**Game and Plater version** Plater-v588-Retail **Describe the bug** Steps to Reproduce (what did you do to make the bug happen): - Enable "Quick Hide on Death" option in the advanced...
Available since Node v16.11.0 and should do pretty much the same: https://nodejs.org/api/util.html#utilstripvtcontrolcharactersstr
Would like to request a option to control the default border color and ideally also thickness of the border. Currently it seems to be a static 1px black border.
Following [MIGRATION.md](https://github.com/confluentinc/confluent-kafka-javascript/blob/master/MIGRATION.md), I notice at least these differences from the `kafkajs` API which are not documented there. Feel free to close if you are not planning to implement a fully...
The README says "The best way to install it is with pip". This is a dangerous because this will alter the global python modules, and IIRC, newer versions of pip...
The bot does a lot more than just backporting, so I'd say a rename to a more fitting name is in order. Maybe also lowercase the org name to match,...
I'm often not sure whether a PR is cherry-pickable without conflict or not. It would be useful to have two new labels to indicate the cherry-pick-ability: - `automated-backport-possible` - `automated-backport-impossible`...
See https://github.com/go-gitea/gitea/pull/29191. The bot did not remove the label after re-request which lifted the block. Maybe GitHub has changed something about this API because I recall this did work before....
https://github.com/go-gitea/gitea/pull/27503 is a clean cherry-pick against both 1.21 and 1.20, but the bot failed for unknown reasons. Here's how I do it, maybe the bot tries it differently? ```sh git...
The bot could accept a mention with a command like ``` @GiteaBot run `make fmt` ``` If this exact syntax is matched, check out the branch, run the command, and...