roncsak

Results 10 comments of roncsak

Hi @odrotbohm, sorry for the delay. I probably get what you mention and it seems reasonable. I fear I'm not that pro dev that I can explaing probably but probably...

Hello @kanika1894, if you read carefully, @HonzaV confirms the issue and the workaround I had, too. I see only two options viable: - Make `cpu`, `memory`, `restart-policy` mandatory - Let...

Hey @kanika1894, that's the very thing that I don't want to! Just look at the example code written [here](https://github.com/Azure/aci-deploy#build-and-deploy-a-nodejs-app-to-azure-container-instances). ``` - name: 'Deploy to Azure Container Instances' uses: 'azure/aci-deploy@v1' with:...

Thanks for the support! Well, regarding the `return` statement, I'm not really sure either. Actually in the `Pre-Request` tab, I would like to do some precondition checking and if that...

Okey, in the very first line it says: ```bash npm warn EBADENGINE Unsupported engine { npm warn EBADENGINE package: '[email protected]', npm warn EBADENGINE required: { node: '>=0.8

I've switched to `node v9.11.2`. I have got the following errors now: ```shell npm ERR! code EUNSUPPORTEDPROTOCOL npm ERR! Unsupported URL Type "npm:": npm:vue-loader@^15.9.7 npm WARN deprecated [email protected]: Node Sass...

I'm afraid, that if we want to have a fix, **we** need to fix this. But since I'm not that aware of what could break if I just start updating...

Hi @cuneytsenturk , this issue consists two types of possible errors: 1. errors from environment (php, node and extra step because of Laravel Valet) 2. depdendency incompatibility (node-sass, node-gyp) Do...

I don't know, but maybe it helps to you @mhosker 👇 I was providing some vars with enviornment varaibles. So for a variable `username` you have to create an env...