Results 12 comments of Joe Judge

I was wrong: The query builds multiple ORs, linked by ANDs, when multiple terms are passed in. My bad. I replaced this logic with python operators, re ran tests while...

Its Oct 18th ... just tried getting this docker running. same issues - missing /vars file (read the issues) ... missing ovpn_env.sh (read the issues). Can we get a good,...

Same with elasticsearch 6.8.5 Cluster is started and I can see info on stats/health/recovery. I start elasticsearchHQ --- http://servername:9200 It just cannot build the connection to the string I submitted...

commented out lines 58-59 ... since the values were already boolean works fine

This - literally - makes the research paper and pybibliometrics library completely useless. Read the paper, installed the github package because pip3 could not find it, and this is the...

It looks like this is still a thing ...any idea how to actually get "./manage.py makemigrations" to work? Tried the user=admin/role=root, tried all different 'default' settings (mentioned above). Always get:...

Sounds like "No index/appname can be selected #41 ... and I assume the answer is "no" since it was closed Enhancement?

This exact thing is happening in my reinstallation -- 04/13/2024. Why, in any semblance of sanity, is this still happening since before 2022?

Ditto. Web example shows forms, form widgets, etc ... and does not clearly map to the source code example ... with no basic/how-to doc that maps getting a basic query/choice...

quick question is this: Where in this code (example/app/reports.py) https://github.com/juanpex/django-model-report/blob/master/example/test_project/app/reports.py Does this model-report, online demo (os report) http://django-model-report.herokuapp.com/os-report/ ... actually define its drop-down "company" to DISPLAY as a drop-down list/widget?