Kevin Tindall

Results 14 issues of Kevin Tindall

### Issue Renaming a named import also includes the import's code. I expected that only the file that I'm in, and files that import the symbol that I'm renaming would...

bug
not-reproducible
need-information

## Description of the problem, including code/CLI snippet Same as #1188, slack integration is impossible to save. Even if pulling from an already configured integration! ```python import gitlab gl =...

bug

This issue all began when I wanted something similar to https://github.com/technicalpickles/homesick#homesick_subdir There is a find command set to a maxdepth of 1 in fs.bash: https://github.com/ellipsis/ellipsis/blob/master/src/fs.bash#L56 I have a [dot-vim](https://github.com/kevinkjt2000/dot-vim) that...

I was a little surprised when I ran "ellipsis links" that the pkg.links hook I wrote was not executed. It is only executed when I run "ellipsis links \". Is...

This actually applied to multiple operating systems, but required using a DNS server that answers to queries about localhost. Responding to those with anything but NXDOMAIN violates the DNS RFC,...

type: bug
area: API
status: stale
state: waiting for author

I noticed that generating the badges looked repetitive, so I have refactored that into its own function. Additionally, I removed the default AWS_PROFILE variable. Having this makes this script impossible...

Fixes #388

type: enhancement
area: dependencies
area: API
state: waiting for author

Thanks for the awesome refactoring plugin! Since I use asdf to manage my go installations and swap versions as I navigate to different directories, it would be nice if `GOPATH`...

I like to bundle development environments with docker, which usually requires mounting the current working directory. However, docker is not satisfied with using "."; instead an absolute path to "."...

For reference, here are some of the possible exceptions (e.g. timeout https://github.com/py-mine/mcstatus/issues/77 https://github.com/py-mine/mcstatus/issues/97 https://github.com/py-mine/mcstatus/issues/129 https://github.com/py-mine/mcstatus/issues/135, ConnectionResetError https://github.com/py-mine/mcstatus/issues/101, ConnectionRefusedError, gaierror, maybe custom exception wrappers in the future) mcstatus could produce some...

area: documentation
area: API