rob miller

Results 10 comments of rob miller

If you are talking about the demo, it needs a bit of love, we haven't updated it in a while I can confirm that the library in general does work...

There's only 1 guy on the team that has a mac, so no guarantees on when he'll get around to it :) This problem might be related to interactjs, which...

I'm facing this right now and can necro-bump this issue. `docker exec -it your_container /bin/sh` works fine in my situation and exec from within CTOP works for all the other...

Had this problem for a docker build, checking the versions via apt-cache showed different version numbers ``` RUN wget http://repo.mosquitto.org/debian/mosquitto-repo.gpg.key && \ apt-key add mosquitto-repo.gpg.key && \ cd /etc/apt/sources.list.d/ &&...

I believe the error is definitely related to django-polymorphic (my project uses 0.8.1) I can now get around the issue by writing my own command/script and manually changing the queryset_class...

Apologies for the bump on this issue but I'm facing this right now. In my use case, I'm attempting to use the `_repositories_pull` scope map token within azure iotedge. It...

it would be nice if the baked in scope maps somewhat matched what is provided by roles. In my case a `_repositories_read` scope map would fit perfectly my iot use...

@felixfontein I'm facing this issue right now. I'm trying to migrate a pre-existing certificate generation tool under ansible control by retrofitting the keys, csrs and x509 certs attributes to ansible...

apologies, got crypto overload at the moment, i meant the `x509_certificate` module. It's interesting you say that it doesn't check for idempotence though. When i'm using RSA and the Cryptography...

I am definitely interested in seeing modules fleshed out a bit more. I'm coming from being a fairly heavy make user where our team could organize make 'stubs' and include...