Jason Capriotti
Jason Capriotti
@anudeepsamaiya I am working on a PR that has some of this. Can you give an example of your desired call and desired output? Right now I have two decorators:...
I think I am running into this too, via installing a Chocolatey package (e.g. git) and then using Inspec to verify that `git --version` returns a status of 0. It...
There's no guarantee that a Lambda will maintain state from one execution to the next. It _may_, but it is impossible to control. There's a [lot of factors](https://docs.aws.amazon.com/lambda/latest/dg/foundation-progmodel.html) that go...
FWIW, it seems like the location for the `mpd.conf` file changed. The "config" volume specified in the example `docker-compose.yml` needs to change from: ``` ./data/config:/root/.config ``` to: ``` ./data/config:/root/.mpd ```...
I just had a very similar issue, with the same version of Pipenv. , in my case it was complaining about a path that seemed to relate to a Pipenv...
Sorry I intended to provide more information, but time got away from me. The scenario we have is using the NativeScript mobile application framework. NativeScript isn't super popular, but it...