laggardkernel
laggardkernel
**Does this bug happen when you install plugin without vim-polyglot?** No **Describe the bug:** From `vim --startuptime` log, I found my `ftdetect/*.vim` files are loaded twice. After lots of time...
The custom etty theme is not loaded when put as `~/Library/Application Support/org.yanex.marta/Themes/OneLight.ettyTheme` But it does get loaded when put into `/Applications/Marta.app/Contents/Resources/Themes/`. ``` background #fafafa cursor #cc00be cursorText #ffffff foreground #383a42...
Declare custom markers in `pytest.ini` to avoid unknown marker warning.
aioredis 2.x introduces breaking changes in API - `poo_min_size` is dropped, the connection pool is now lazy filled, not pre-filled - whether decode or not is decided globally, could not...
Use `foo:bar` as an example. In redis-cli, Ctrl-w delete the whole word. This behaves differently from other tools depending on readline like `myql`, which only delete `bar` and leaves `foo:`....
Details about this in #111. In short, prezto doesn't use `ZSH` variable at all. Only oh-my-zsh needs this variable `ZSH`. If `ZSH` directs to path of prezto, error occurs during...
Notice users that some prezto modules are enabled by default, which is a default behavior of zgen. And tell how to disable this behavior.
**Describe the bug** The light color scheme lacks lots of syntax definition than the dark one. - `atom-one/apps/jetbrains/templates/light/scheme.xml` - `atom-one/apps/jetbrains/templates/dark/scheme.xml` Can we map the color one to one to build...
### Verify steps - [X] 确保你使用的是**本仓库**最新的的 clash 或 clash premium 版本 Ensure you are using the latest version of Clash or Clash Premium from **this repository**. - [X] 如果你可以自己 debug...
Currently we have two ways to create AWS credentials in `scrapy` - `Session.create_client()` in pipelines, feed exporter - `Credentials.__init__()` in `S3DownloadHandler` And `Session.create_client()` searches credentials from: 1. Credentials parameters passed...