Results 9 comments of Shiva kumar

I dont know as @tcalmant mentioned i can start JVM and attach thread . i think the problem is with boilerpipe i have also posted in stackoverflow . It can...

@tcalmant Thanks for the patch its working fine :) @originell I think you can close the issue in jpype since its from boilerpipe

@tcalmant Hey im running the same example in production with nginx and uwsgi but its breaking ``` extractor = Extractor(extractor=extractorType, url=sourceUrl) ``` right in this line . Log doesnt show...

Thanks for the quick reply. Is it possible, whenever a URL is provided we download the images from the URL and put in a temporary folder or cache then read...

> Hmm... Looks like we already can do that: > > `asciidoctor-epub3 -D output -a ebook-format=kf8 -a data-uri -a allow-uri-read chapter1.adoc` > > @rshiva does this work for you? >...

@slonopotamus any help is appreciated. :)

@mojavelinux Sorry!!. Thanks for directing me to the chat and support link. I have only raised an issue because I found a similar #403. I thought it might be a...

In **SearchResultPages.py** replace **SearchEngines import SearchEngines** with **from AadhaarSearchEngine.common.SearchEngines import SearchEngines**

The error says the default connection already running. Maybe you can do something like this ``` def create_connection(): print(f"\nCreate connection...") if not connections.has_connection("default"): connections.connect(host=_HOST, port=_PORT): else: print(f"\ default connection exist:")...