Samuel Bishop
Samuel Bishop
As an interim approach, perhaps vendoring kappa into the project as a submodule, to get full control and be able to make changes, and then progressively replacing the code would...
May need to use https://github.com/amplify-education/python-hcl2 instead of pyhcl since pyhcl doesn't appear to be targeting HCL2.
I wouldn't mind some debugging insights, not for the reasons you asked... but since even using `"BACKEND": "data_wizard.backends.immediate"` I couldn't seem to get my IDE (Pycharm) to catch any errors...
I'm also getting this with the bitnami/redis charts. Its VERY frustrating that this is easily reproduced, very problematic if it prevents security upgrades, and yet is completely broken for over...
My Initial use case was actually laziness. I was testing things and kept losing track of API keys during manual testing, and the only "easy" way to get another one...
This is still blocked, but now by #101 😄
PostgreSQL support for full text search might be suitable as an alternative to Whoosh.
this issue is currently giving me grief, and after much work porting mapentity to python 3 and django 1.9 it feels pretty irritating to be stumped by admin templating of...
Ok, I've found the cause of all the trouble. The media method is 'naive', it explicitly passes the base leaflet JavaScript, plus the JavaScript and CSS defined in `_form_js` and...
possibly related to #105