Sharif Mehedi

Results 2 issues of Sharif Mehedi

Upgraded pip packages; ``` (env) blurry:>$ pip freeze | grep dateparser dateparser==1.1.1 (env) blurry:>$ pip freeze | grep regex regex==2022.3.15 ``` dateparser.parse raises the following exception: ``` Python 3.8.10 (default,...

Running an Standalone solr core on Solr-8.11.0 and trying to do:: $ `python manage.py build_solr_schema --configure-directory="$SOLR_HOME/my_core/conf" --reload-core=my_core` initially raises: `org.apache.solr.core.SolrResourceNotFoundException` looking at the trace I found out that solr asks...