Silvio
Silvio
Hi there, I haven't run into any locale issues locally or on a VM, but have seen others with this issue. In one case, it was on a machine that...
@hmckenzie : checking in here, let me know if you had any luck.
Great question. It's not built in because *how* people serialize User varies widely. There are other parts in the library that let you "register" a type for something that is...
I think the cleanest way is just to make `register` work and not special case context_processors. Something like this: ```python from reactivated.registry import register from django.contrib.auth.context_processors import auth @register(auth) class...
TODO - [ ] Move widgets to serialization/widgets.py - [ ] Test every built in widget with every attribute. - [ ] Add tests for Undefined - [ ] Consolidate...
Feel free to open a PR!
@toshitanian : `GOOGLE_APPLICATION_CREDENTIALS` worked for me. However, I mostly use the `gcloud` cli, so I'm used to using `CLOUDSDK_AUTH_CREDENTIAL_FILE_OVERRIDE`. I kept running into your issue. Since kubesec uses an sdk,...
I'm running into this too. No doubt all the above variants of the fix will work. But I'm wondering: what is the *correct* behavior here? It seems like, the *root*...
Thanks @dawn-stripe . I look forward to the updates. Do note I filed another issue (#29) related to the same documentation
@pospielov : I believe this is still occurring, see here: https://github.com/silviogutierrez/reactivated/pull/222