Djordje Lukic

Results 72 comments of Djordje Lukic

The failure on node 4.x seems unrelated to my change ``` SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25)...

The force push is just a rebase with master

@thaJeztah would know I guess

Found a neat blog post explaining what needs to be done: https://www.kencochrane.com/2020/08/01/build-and-sign-golang-binaries-for-macos-with-github-actions/ We would need someone with enough access to add the certificate and its password to this repo and...

The token is not really invalid, it's just not found, I will change the error a bit

I find colours to be very user friendly, they help to quickly see the difference between useful data and other stuff, like table headers for example. I used node/npm/javascript stuff...

Yes, but `htop` that I use uses colours :)

There was a long discussion on slack (can't find the thread sorry, I'm not as good as Sebastiaan at searching things) and the conclusion was to have some commands force...

With Docker Desktop I think but I was talking with @silvin-lubecki about this yesterday and I think it would be awesome if we put it on homebrew and chocolatey at...

Just a quick comment, if I change the amount of sleep between two resizes to [200ms](https://github.com/docker/cli/blob/master/cli/command/container/tty.go#L58) then the error goes away completely for me, this is obviously not ideal and...