Artem Golub

Results 21 comments of Artem Golub

@mloughran I tried the latest master and it did not help. I think rvm has something to do with it. I will try without rvm this weekend, will let you...

I am still testing, but this seemed to work for me. ``` import { FormControl, Validators } from '@angular/forms'; import { RecaptchaComponent } from 'ng-recaptcha'; ``` ``` public captchaEl: FormControl...

@lukeman83 Your x-wsse string should look like, `X-wsse : UsernameToken Username="[email protected]", PasswordDigest="R82hdPWyV3PoTliW5O1aoSkKRZk=", Nonce="YmUwZDVhNDliNzZiM2QzZA==", Created="2013-05-23T07:57:03+02:00" ` Something in this setup or maybe in symfony is escaping double quotes automatically, I am...

@xLogiiCx hey, can you describe what you mean by this? Is this additional configuration for the deploy property of each service?

@Stexxen I can see how that can be super annoying. Let me think of something. I can push out a quick solution later today.

@davidfic do you mean something like this? ``` command: > bash -c "python manage.py migrate && python manage.py runserver 0.0.0.0:8000" ``` or ``` command: bash -c " python manage.py migrate...

I will release a global settings functionality to set global env vars so users can use them across the app using `${VAR_NAME}` notation Will include other configurations like displaying commands...

@davidfic I deployed some improvements for parsing the command and entrypoint strings. Take a look here https://app.nuxx.io/?import_url=https:%2F%2Fraw.githubusercontent.com%2Fdavidfic%2FVPN-media-stack%2Fmaster%2Fdocker-compose.yml The input fields for both allow the user to break line, or add...

@ravensorb I have been thinking about this. A few users requested a feature similar to what you are asking. It will work this way: a user logs has to log...