Christopher Neugebauer
Christopher Neugebauer
Part 1's a genuine bug -- we should be catching and ignoring permissions errors like that. Part 2 -- this is happening because the API is running in authenticated mode,...
I agree it's not great -- as I've mentioned earlier, this is somewhat under-maintained at the moment while Keynote 6 isn't working properly. So it's still 0.1-level quality. That said,...
Note: dns-sd will _not_ allow a service to be unregistered. Perhaps worth looking into PyObjC bindings for registering Bonjour services?
thank you! Let me know if I can help.
How about making DUA's `login_required` use the standard Django `LOGIN_URL` as a fallback if DUA's setting isn't present?
Sure thing! On 23 August 2017 at 09:13, Brian Rosner wrote: > I like this. Can you work up a PR? > > — > You are receiving this because...
I'm working on this. `python_boostrap` is a bit of a tangled web, and it's highly likely that I'll be attempting this one in multiple stages, as the current module layout...
Having got to the point where I'm actually looking at the code in `python_bootstrap` that actually hits the filesystem, it looks like the scenarios that actually hit the filesystem directly...
(to be clear: I think pyenv and asdf should be local-only, and we should work on making the rules cacheable based on the contents of the relevant config files if...
@stuhood thoughts?