Flávio Juvenal
Flávio Juvenal
Hi @thclark, thanks for the issue. > zombodb in effect evaluates that filtered queryset, then sends a list of ids to ElasticSearch in order to filter the potential results In...
Also, that's causing me trouble to run Nominatim on https. I'm using a nginx proxy in front of it, but I can't make the base href to have the https...
Hi @sdarmofal , that sounds great! Please feel free to translate any of our checklists: https://devchecklists.com/ @felipefarias will answer this to guide you on this process.
Hi @danlamanna , the reason is to avoid a forced Django upgrade when you upgrade the app. A while ago django-filter, which we consider a good benchmark, for example didn't...
Thanks @danlamanna This was recently changed in DRF, check discussion: https://github.com/encode/django-rest-framework/pull/7063 But if the big folks are doing it, we should do it as well! I'll leave the issue open...
@gggrunt could you please try upgrading your webpack-bundle-tracker to 1.6.0? Try to always match versions between webpack-bundle-tracker and django-webpack-loader.
@camvrgs sorry you're having issues, please share the whole error stacktrace.
@camvrgs @gggrunt Please confirm you have the same version in `django-webpack-loader` and `webpack-bundle-tracker` like `django-webpack-loader==1.6.0` and `[email protected]`. Both libs should always have the same version in projects. This seems a...
Thanks, we'll be checking this tomorrow
@DrMeers could you please inform the webpack version you're using?