lunik1

Results 19 issues of lunik1

When performing certain operations I get errors such as ``` Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.40/containers/nginx/json": dial unix /var/run/docker.sock: connect:...

As the second argument can be unbound in `basename`, the following script will fail: ```bash #!/usr/bin/env bash set -u basename() { # Usage: basename "path" ["suffix"] local tmp tmp=${1%"${1##*[!/]}"} tmp=${tmp##*/}...

### What feature is it? Add a [subaddress](https://en.wikipedia.org/wiki/Email_address#Subaddressing) parameter to the Email route so that only mail delivered to that subadress is retrieved. ### What problem does this feature solve?...

RSS enhancement

This allows the `fweights` and `aweights` arguments in `cov` to be used in the same manner for `corrcoef`.

01 - Enhancement
component: numpy.lib
59 - Needs tests

In Python the `yield from` syntax described in [PEP 380](https://www.python.org/dev/peps/pep-0380/) allows a generator to delegate to a subgenerator, with the subgenerator then able to yield to the caller of the...

It would be nice to have the ability to explicitly specify a config location using a command line argument e.g. `dave --config dave-config.yaml`. This would make it easier for instance...

Currently, one advantage of using NixOS containers over DockerHub (or other image repository) is that NixOS containers can be more easily rolled back to a previous state (especially when using...

enhancement
help wanted

After installing `azure-eventhub-checkpointstoreblob-aio` to my project, trying to import `azure.eventhub.extensions.checkpointstoreblobaio` gives a `ModuleNotFoundError`. Example project [here](https://gist.github.com/lunik1/68128c63ea846059b95cfba5e963fcc8). I do not see the same issue with `mach-nix`.

It would be nice if zprint followed the XDG base directory specification on Linux by searching e.g. `$XDG_CONFIG_HOME/zprint/zprintrc` as well as `$HOME/.zprintrc` for a configuration file. This standard is followed...

### Theme(s) doom-gruvbox ### What were you expecting? `ansi-color-magenta` and `ansi-color-bright-magenta` in `doom-gruvbox` should be `#b16286` and `#d3869b`, respectively, ### What actually happened? ANSI magenta is red (but darker than...

is:bug
needs-triage