wingechr
wingechr
It might just work, but that also means that all other python wsgi applications behind the apache(i assume there are no others) must also use the same python version.
I agree. There is one small problem: On the production server, the apache mod_wsgi has python 3.6 locked in. @adelmemariani: at some point we need to update the system python3...
@adelmemariani eventually we need to upgrade the extremely old python3.6 on the production server. is there any news on that?
i think this is expected behaviour. if you really want to display the entire object, you have to stringify it to display it in a data cell
i am leaning towards keeping it AND only: * there is also the combination of tags + free text search to consider (which is AND) * the more tables there...
no,this was about the permissions page for the tables. * i need to add checks if this is actually doing what it claims * currently, you can accidentally remove yourself...
* the html div is in `dataview.html` in `` * the code to load data into it is in `backend.js` in `function request_data(data, callback, settings)` (I think) * this queries...
the search vector only uses only complete words,no partial or fuzzy matches. if it was as a keyword in the metadata. it would work. OR when updating the search vector,...
mh.. that did not happen to me. @pajot could you please note the exact steps to reproduce?
I can not reproduce this. On my test system, I added a new name into `schema_whitelist` without creating it in postgres. mirror command runs fine. I think I need a...