Kurt Neufeld

Results 6 issues of Kurt Neufeld

When a service check passes/fails fabio recognizes the change instantly. However I happened to notice that when I changed my nomad job file and only changed the `urlprefix` tag it...

I just wasted a good hour because I had `http://localhost:8000/ws` as the `websocket_url` instead of `ws://localhost:8000/ws`. Yes I know that's on me but having usage examples are absolutely key for...

The readme should probably include a couple of example searches. ie: what do the urls look like?

I had a lot of difficulty getting a django `BinaryField` overridden and I'm not sure if I did it correctly but it seems to work. `graphene_django.extras.converter.convert_binary_to_string` doesn't seem to get...

Not an issue, I just thought you might be interested to know that I figured out how to break up the incoming webhook into multiple messages. https://github.com/kneufeld/rchat-alerts

🐞 **Describe the bug** If your test finishes before exhausting any async generators then the test appears to try and deregister twice, causing an error. Or something. This is using...

bug
needs-info
Stale