Matt Callaghan

Results 10 comments of Matt Callaghan

PS: i just noticed the `pytest-xdist` note on the main page, tried with that just now, same issue persists ``` (app) root@d65b03da3615:/app# py.test Test session starts (platform: linux, Python 3.7.3,...

Same here. Struggling with incomplete documentation. The pass + GPG setup works fine. ``` gpg --list-keys ... pub 2048R/02FDF8FE 2019-04-26 ... ``` Init the pass ``` pass init 02FDF8FE Password...

@javabrett > ``` > pass init -p docker-credential-helpers > ``` `-p` is not a valid flag to `pass init` > $ pass init -p docker-credential-helpers > pass: invalid option --...

Curious for maintainers: is this possibly due to features being worked on and delivered, but not "officially" released? (and therefore docs aren't updated yet?) or is it simply docs are...

on an unrelated note, there is no `py3-pip`, as it comes in the `python3` package https://pkgs.alpinelinux.org/package/v3.5/main/x86_64/python3

This is a great idea. Was about to hack the bash for our own purposes, now going to leverage your tool.

@kkremitzki , noted interest in doing so @daald (have you two sync'd up for that at all?) I've never packaged for Debian, but would be interested in "tagging along" the...

and come to think of it, they MAY even prefer to just build it into `dpkg` command tool itself right? i.e. `dpkg --list-licenses` ``` $ dpkg --status dpkg | grep...

This issue has strained on me for an hour. Due to https://github.com/coverlet-coverage/coverlet#vstest-integration-preferred-due-to-known-issue-supports-only-net-core-application, we have been exploring `vstest` instead of `msbuild` for code coverage. To my dismay, same as op, there...

There is a post explaining this in more detail fwiw: https://cloudonaut.io/aws-cli-cloudformation-deploy-limit-exceeded/