Jason Berk

Results 29 comments of Jason Berk

just to compare....[N](https://github.com/tj/n#specifying-node-versions) does this already....according to their docs the idea of having to specify my node version in two places is a non-starter. No way that _won't_ fall out...

@djfm that's funny, as I've switched from Jest to Mocha using testdouble.js I had a nightmare of a time getting Jest and ESM mocking to work: https://github.com/facebook/jest/issues/10025#issuecomment-921942214

can confirm this ``` $ python3 --version Python 3.6.9 ``` ``` $ sudo pip3 install deepdiff The directory '/home/a-jason.berk/.cache/pip/http' or its parent directory is not owned by the current user...

also, is there any way to run these examples WITHOUT installing SLS globally?

ok....installed sls via `npm install serverless` and I run it with `npx sls`.

now I'm getting a credentials error when using an ALKS account (https://github.com/Cox-Automotive/alks-cli). My .env file has a `AWS_SESSION_TOKEN` that I don't think is being used. things seem to work when...

atlantis is not a commit on a branch, it's a PR comment....

so I open my PR..... plan my destroy changes.... and my coworker approves the plan, like so: ### after the approval, I run another plan on a completely unrelated module...

> is this still an issue with `v0.19.8`? is there a specific PR / changelog that updated behavior? I'm on `0.17.2` but plan to upgrade soon....I hope EDIT: I assume...