Eric Nielsen

Results 42 issues of Eric Nielsen

Since you have "`lambda: []` is equivalent to the builtin `list`", I suggest other rules with similar refactoring strategies: * `lambda: {}` is equivalent to the builtin `dict` * `lambda...

enhancement

Hello! I'm having this issue using IE8 (I wouldn't use IE8, but I just wanted to make sure jquery-address works there too): An address with an anchor that looks like...

Rulers are drawn around the first level of headers, and boxes around the second level of headers, if any. The `diff-so-fancy.rulerWidth` config still applies, but only to the rulers. Boxes...

This is how I recorded and rendered the recording: ``` % node --version v10.17.0 % terminalizer record -c config.yml myrec The recording session is started Press CTRL+D to exit and...

This is similar to #966, but in a context where pip-tools can actually keep the variables unexpanded. Same should apply to the `--index-url` parameter too. #### Environment Versions 1. OS...

enhancement

**Describe the bug** The ZLE widgets dumped by compinit (before sourcing zsh-syntax-highlighting) are not dumped in a subsequent compdump (after sourcing zsh-syntax-highlighting) because they have been wrapped by zsh-syntax-highlighting. **How...

widget-wrapping

Also set missing local and global variables, so no warning is emitted when WARN_CREATE_GLOBAL is set.

**Describe the bug** Benchmark tools [bench](https://github.com/Gabriel439/bench) and [hyperfine](https://github.com/sharkdp/hyperfine) hang when running zsh with zplug installed. **To Reproduce** Steps to reproduce the behavior: 1. I'm assuming user has [bench](https://github.com/Gabriel439/bench) and [hyperfine](https://github.com/sharkdp/hyperfine)...

So we can refer to `mypackage.__version__`

This will save users from some common boilerplate code in their own `.zshrc` file. Fixes #107