Ankush Menat
Ankush Menat
Apps are supposed to handle customization they add. I don't think we can magically guess who added what and remove it. Also it might not make sense to always remove...
@blewsky how do we keep track of it though? Apps can run arbitrary code any time to create customizations :sweat_smile: here's example of customizations being added at runtime when user...
@cogk but how to know which app created it? Maybe we can start asking app devs to associate their custom field with `module` and then with deletion of module the...
With great power of running arbitrary things comes the responsibility of cleaning up after yourself :rofl:
@mergifyio update
Tests consistently get stuck on: 1. `test_web_application_flow` has just one test. Uses `requests` and oauth stuff. 2. `test_pdf_encryption` converts a PDF to HTML. PDF has some external URL so could...
Test works fine with `--coverage` so no idea what's the problem when running them all together :skull:
https://github.com/nedbat/coveragepy/issues/1746
Did you try `bench restart`?
Fix proxy config? A lot of things wont work without active internet connection:shrug: