Björn Andersson

Results 11 comments of Björn Andersson

This is awesome! Will any of these be merged into main? At least getting globalize in would be neat and maybe letting the translations be separate?

@JanMalte could you please share the command you're using? a little easier to debug from that :)

Hm… I started working on making a script that parsed the man page and gave the correct expectations for all the values in the ssh_config file. I would much rather...

Obviously the best solution would be to do what [Ansible itself does.](https://github.com/ansible/ansible/tree/devel/test/integration) Was not aware of `assert`.

@damianlegawiec just out of curiosity, what is the reason for having it as Javascript? I have my theory but would be nice to know :)

The current failure has to do with SSL, and it's only happening on CI. Maybe it's some cached SSl compilation that's messing with us. Could someone retrigger the build without...

I got this working by making a little naïve wrapper script that invokes any command in a container for me (based on the name of the calling command). Given the...

My branch also got a fix for the deprecated :_delete to :_destroy as well as this feature. :)

@sushengloong I've a feeling it's bad response from the server, it's not seeing `stage['result']` and that would be my instinctive guess. The code definitely should be testing that result exists...

I just realized, there's already a flag on [gocd.Server](https://github.com/gaqzi/py-gocd/blob/master/gocd/server.py#L68) that you can use to set the logging level for requests. It just needs to be togglable from gocd-cli. I've a...