Naftuli Kay

Results 37 comments of Naftuli Kay

Interesting. As mentioned in the other issue, Travis CI has no problems running all this on Python 3.6. I'm wondering why this isn't working for you locally.

It's been a hot second since I last Python'd, does `wb` always work regardless of Python version? If I recall correctly, there was some weird incompatibilities between Python 2 and...

Tests run on the host. If you'd like, you can PR in changes to Travis which will run the tests on 2.7, 3.4, 3.5, 3.6, and if Travis supports it...

So I'm not sure what's _actually_ happening here, but `ulimit` isn't an executable, it's a built-in to your shell: ```shell $ which ulimit || echo "couldn't find it" couldn't find...

@peshay I'm stoked to have users! :raised_hands: :sun_with_face: I was actually considering doing something similar to this, but I wasn't sure how to make it ergonomic and flexible enough for...

@peshay thanks for getting back. So the new refactor _only_ and _exclusively_ uses the JSON output so as to make handling failure cases easier. There is an outstanding bug (aelsabbahy/goss#317)...

Oh, also, there may be a workaround to make it easy to catch events. See `callback_plugins/goss_format.py` here in the repository for an example of how to do this. Catch any...

I'm also affected by this. I maintain the [degoss](https://github.com/naftulikay/ansible-role-degoss) Ansible role (which installs, runs, and removes Goss and test cases on a machine), and I have to write some very...

@SmartPhoneJava why would changing the imported package name work? Is there some logic within swaggo that will understand it if I force the package name? The code above does compile....

I tried it out, and no dice: **pkg/routes/login/root.go**: ```golang package login import ( // ... null "gopkg.in/guregu/null.v4" ) // LoginHandler godoc // @Summary Login // @Tags auth // @Description Log...