laggardkernel

Results 43 issues of laggardkernel

I have a file without any extension `set ft=bash` with `modeline`. Cause `bash` filetype is directed to `sh` in `/usr/local/share/nvim/runtime/ftplugin/bash.vim`. ```vim " /usr/local/share/nvim/runtime/ftplugin/bash.vim " Setting 'filetype' here directly won't work,...

```jsonc "markdownlint.config": { // tilde is not supported "extends": "~/.config/markdownlint/config" }, ``` Currently `~` is not supported in vscode-markdownlint configuration, but supported in default settings like `python.defaultInterpreterPath`, etc. Hope this...

enhancement
fixed in next

**Describe the bug** Fixed a bug, commit the changes. Released a new one by `python setup.py sdist --formats=gztar`. I use the command to pack the source code into a tarball....

**Describe the bug** I set the `DATA_PATH` value in `scrapydweb_settings_v10.py` but it doesn't take effect. 1. There's no files created under the `DATA_PATH` 2. It could be consolidated on the...

In current implementation of CMD check, only builtin settings are taken into consideration. The rule of the length of setting variable name is too strict for custom settings. Fixes #159

I just wanna edit the timer task to change some settings, and I don't wanna fire the task after editing.

**Describe the bug** Tried to set additional argument `-d setting=STAGE=test`, didn't appear in the `curl` command line. **Environment (please complete the following information):** - Operating system: Ubuntu 16.04 - Python...

`hi link` reduces loading time from `33.6` ms to `18.3` ms. This idea is borrowed from vim theme [gruvbox](https://github.com/morhetz/gruvbox/blob/master/colors/gruvbox.vim). Force link `hi! link` is needed to override default settings, otherwise...

Trivial typo spotted during reading the source code. Replace param `xpath` in `SelectorList.xpath()` with name `query` to match the name used in the doc and `Selector.xpath()`. ```diff class SelectorList(list): ......

When using `scrapyd` directly, settings could be passed as post data to override default settings for specific spider. E.g. ``` curl http://localhost:6800/schedule.json -d project=myproject -d spider=somespider -d setting=DOWNLOAD_DELAY=2 -d arg1=val1...

bug