Jesaja Everling
Jesaja Everling
I think what would actually be even nicer, is when the yaml parser would interpolate environment variables. So you could define the credentials in `kibitzr-creds.yml` like this: ```yaml service: username:...
@peterdemin what do you think about leveraging [yamlenv](https://github.com/lbolla/yamlenv)? Check [!84](https://github.com/kibitzr/kibitzr/pull/84) for a way that should work I think.
> 1. Whether environment extrapolation is used or not should be more explicit. Currently, if kibitzr-creds.yml has `password: ${ PASSWORD }` but `yamlenv` is not installed, kibitzr will silently use...
Thanks, how can you find out the code for a long press of the button? I only seem to be able to detect DOWN/UP events. Is there a specific event...
I think the error message comes because when you don't provide `:` but e.g. only ``, you will end up with a tuple with only one element after the `split(":")`...
I think this was a fluke, and `ZMQ_TMP_DIR` ended up being unset for some reason on my system. I did not see the same again when retrying the install. I...
I think what happened, is that the directory already existed on my system (from a previous install). The code only CDs into that directory, when `mkdir ${ZMQ_TMP_DIR}` succeeds. When the...
Hi, the DRF documentation contains information about `prefix` and `lookup`: http://www.django-rest-framework.org/api-guide/routers#custom-routers HTH, Jesaja
`parent_prefix` exists only in drf-nested-routers, it's the prefix that was passed to the `parent_router`. On Jun 26, 2014 4:39 PM, "Alex Rothberg" [email protected] wrote: > What about parent_prefix? I do...
Hi, thanks for working on this! This PR iterates through all users of a group, and individually adds them as collaborators on a given dataset, right? This has the drawback,...