Taras

Results 59 comments of Taras

New findings: looks like OSX doesn't kill VNC display when Screen Lock is disabled in Security Options. So even when VNC session is closed I can see available displays with...

@jprobinson what if attributes will be passed via context, so there is no need to change the interface and context will be optionally handled? Something like: ```go if v, ok...

I'm having a similar issue: ``` neo4j-admin backup --backup-dir=/tmp --name=test command failed: Execution of backup failed ``` And no info at all. In the server debug logs I can see...

@brunetto I was thinking about support for SSM params too, we are using it as configuration storage. You can check this lambda func that we wrote: https://github.com/getsocial-rnd/git2params

Hey, this is already fixed by PR #52 and needs to be closed.

Running: `xcversion install "10 beta 6"` Got: ``` /Users/jenkins/.gem/ruby/2.3.0/gems/xcode-install-2.4.4/lib/xcode/install.rb:98:in length' for nil:NilClass (NoMethodError) from /Users/jenkins/.gem/ruby/2.3.0/gems/xcode-install-2.4.4/lib/xcode/install.rb:77:in fetch' from /Users/jenkins/.gem/ruby/2.3.0/gems/xcode-install-2.4.4/lib/xcode/install.rb:140:in get_dmg' from /Users/jenkins/.gem/ruby/2.3.0/gems/xcode-install-2.4.4/lib/xcode/install.rb:276:in run' from /Users/jenkins/.gem/ruby/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in ' from /Users/jenkins/.gem/ruby/2.3.0/bin/xcversion:22:in ' ``` Got...

I'm trying to install it with Ansible on the remote machine (as async task https://docs.ansible.com/ansible/2.5/user_guide/playbooks_async.html) and it fails for the third time already... Same error all the time, mostly somewhere...

It looks like lack of configurable `curl` retries could be the problem. Because internet connection is not super fast in my office and download of file 5GB file likely to...

Ok, I see that code is autogenerated, but please, take a look when possible.

@goformation @PaulMaddox @grahamjenson could anyone take a look here, please? :)