Luiz Victor Linhares Rocha
Luiz Victor Linhares Rocha
~~Hello, I've just installed and even though I have vim installed, it still gives this error~~ It was the version, ubuntu snap version is still 0.0.28, installed manually to 0.0.38...
I'm getting empty list in the effects tab, but it shows the actions tab
For now `skipLibCheck: true` will ignore the errors
still relevant
@jespinal you could use [patch-package](https://www.npmjs.com/package/patch-package) for that Edit: adding the link
Hello, have any of you resolved the issue yet? I'm still with this problem
By adding console.log in the node_modules, it seems that the key passed in `getValue` https://github.com/janders223/serverless-offline-ssm/blob/33a5825a41eb872c36353ac1306fc905a2946eb0/src/resolver.ts#L38 still has the sufix `~true`, adding it in the values made it work
It's 2018 and this is still a problem
I've been having this problem too I ended up using https://www.npmjs.com/package/why-is-node-running logging in beforeAll ```javascript import log from 'why-is-node-running'; afterAll(async () => { //normal cleanup things await new Promise(resolve =>...