Vito

Results 38 comments of Vito
trafficstars

@TomGranot I'm also noticing this for other Socks 5 proxy traffic

``` // cursor starts here _ val a:String = "one two three" val b:Int = 3 val c:String = "four five" val d:String = "six" ``` let's say I want...

I was getting the same above error then when I turned on DEBUG=1 I got the actual error output. ``` Exception: An error occurred (InvalidParameterValueException) when calling the CreateFunction operation:...

I was unable to get my 1.2.x lock file to run on our build server that uses 1.1.x Is there any documented workaround? I tried reverting my poetry version to...

ok I will play around with # 2 and then paste out my dockerfile here to this ticket. Thanks a lot fo the fast responses! :)

``` FROM archlinux ARG OPENJDK_TAG=8u232 RUN pacman -Sy --noconfirm jdk8-openjdk RUN pacman -Sy --noconfirm git ripgrep neovim jq sbt RUN pacman -Sy --noconfirm kubectl go fzf bat bash-completion RUN pacman...

@ckipp01 I updated the dockerfile so that the arguments are gone. You don't really need them. You should be able to run this locally really quickly just copy the above...

Another update for you on the zombie processes... sometimes metal sticks around and I have to kill node to get them to go away... the workflow for this is ssh...

I'm going to back out the previous PR