ramayer

Results 13 comments of ramayer

I see other issues where "skip_style_tags=True" is a workaround - but it didn't help in this case. I modified my code to try: parsed = mwparserfromhell.parse(lombardy['body'],skip_style_tags=True) parsed.filter_templates() and still don't...

Thanks - it took a while for me to try again; but it's working for me now.

Also looking forward to the next release. A workaround until then is to: `pip install git+https://github.com/django-haystack/pysolr/`

thx - I'll start testing in our application; but we're only using python for the ETL/Indexing/Ingest side.

I think #358 fixes this. A workaround until they build the next release: `pip install git+https://github.com/django-haystack/pysolr/`

> Closing due to inactivity. If more activity is created, would this be re-opened?

As @croemmich described, systemd-timesyncd does not seem to set clocks correctly. Like @croemmich I also switched back to ntpd (which made the problem go away) when I found this page...

> One of the options to take is to make rclip a daemon that has the model loaded all the time and query it, but this results in the extra...

Wonder if the guys behind the clip library itself would consider a patch to lazily load the models as needed.

~~Just a sec ... I'll update the links to the Github Repos for the projects in a few minutes.~~ *Done.*