Robert Hafner

Results 189 comments of Robert Hafner

Another update- I kind of went a bit wild, created a [new organization](https://github.com/multi-py) with a variety of github actions to make managing containers easier. As a result I have a...

The new organization now has the following multi platform images- * [uvicorn](https://github.com/multi-py/python-uvicorn) * [gunicorn](https://github.com/multi-py/python-gunicorn) * [gunicorn running uvicorn](https://github.com/multi-py/python-gunicorn-uvicorn) * [oso](https://github.com/multi-py/python-oso) They're pretty stable now should anyone want to use them.

I'd love this feature as well- I have a project that this would be perfect for.

Well this is annoying- having support for this would definitely help our developers.

I'm not going to have a chance to poke it for at least a month (leaving for vacation next week), but if it still hasn't been addressed I'll poke it...

LDAP authentication. I want to define a set of LDAP attributes in my puppet config, so when a jenkins host rolls up the only people who can access it are...

Bump- is there any advice for people who want to continue using pynamodb but may occasionally want to add new indexes? What's the best path forward here?

Actually a correction- I can overwrite the version control option, since my configuration will be called after that function is called. I've got a solid hack around the "files" issue,...

You want to make a pull request so we can see how it's doing with unit tests and everything?

I can only know if it's a valid fix if it doesn't break anything else. If you issue a pull request then travis ci will run the test suite against...