Anders Wasen

Results 27 comments of Anders Wasen

Serverless YAML also commonly uses functions, it too has that annoying lint error: ![image](https://github.com/redhat-developer/vscode-yaml/assets/12028885/61053e4a-1410-41b0-8b0c-563f4dd6d7aa) We really need an "ignore" list for YAML!

> currently facing the same problems - would be interested in a workaround as well https://github.com/dherault/serverless-offline/issues/1382#issuecomment-1279912772 That's the work-around we are using, locally, running as stage `offline` we spin up...

This is an issue for me too. Exact same behaviour and it runs fine if I connect to corporate VPN. I have access to Users and Groups on my local...

+1 on this... I have ActiveMQ running on one EC2 instance in AWS and Node-Red on another EC2 instance and they are in the same VPC (=no firewalls in between)....

I second this motion! 👍 We have several use-cases where we use AWS Lambda triggered from SQS message queues when we poll in messages in batch, that is e.g. 10...

Yes, latest installed and just got this one: ![image](https://github.com/Kong/insomnia/assets/12028885/d5d2768f-200e-45d5-93b4-d2749bf21746) And a bit later this: ![image](https://github.com/Kong/insomnia/assets/12028885/13f7beb9-e69c-4da7-b391-6211d8b2bcff) The pop-up is not disappearing unless I click it, and when I click it it...

The work around for now is to get the list of "real" dependencies is: 1. `rm -r node_modules` 2. `npm install --omit=dev` 4. `ls node_modules` 5. Copy the list (it's...