Stan Bondi

Results 12 comments of Stan Bondi

@statianzo Yes I like that better! Would be fairly tricky to parse in bash - should be fun to implement. I'll be able to give that a go next week...

Hey @fuCtor - I've made a fork which works with doorkeeper 2.0. It works but it is not thoroughly tested and I'm not using doorkeeper for my app any more....

Guessing the changelog for `universe:module` from `0.4.1` to `0.6.0` (which I'm using) could be helpful. https://github.com/vazco/universe-modules/blob/master/CHANGELOG.md

And this commit https://github.com/vazco/universe-modules/commit/942cff7b4d80b210aa9f8999173fc7f65e92cec1 Edit: I see you're tackling this already here: https://github.com/vazco/universe-modules/issues/18 It's still not clear yet to me how to change the package, but I'll write back (and...

Looking here: https://github.com/jetstack/kube-lego/blob/2d228d8a5779e4b231f5c5bc70c7ea8c0de1004a/pkg/provider/gce/gce.go#L90 I see it the gce component calls `SetKubeLegoSpec` which sets the Selector and then the code at L90 sets the Selector to an empty map. UPDATE: I...

Here is my vimrc: https://github.com/sdbondi/vimrc/blob/master/vimrc#L49 Thanks for getting back :)

That worked :) The executable is now correct and the server starts, however the breakpoint is still not hit. Here are the logs: LOG: Vim plugin, 07:55:33: Executing :Rdebugger... Vim...

Would probably come in handy, but thanks all the same for the excellent work. As soon as this is working it will be super useful :) Something strange is happening,...