Flafy

Results 27 comments of Flafy

> How do you respond so fast? laughing Thanks for taking the time! If you still have a similar setup with esbuild+postcss, can you recommend an alternative package? maybe this,...

Have you compiled the app yourself? If so, then look at the instructions in the README, "Running from source". You probably didn't compile index.html.

The project is supposed to work with both ePub 2 and 3. But some ePub files may not work due to parsing errors. ePub files may fail either because the...

> How can I integrate this ePub parser code into my project. By using epubz as a pkg in pubspec.yaml file? To add the ePub parser as a dependency for...

I just tried a random book (The Voyage of Life) from the list you provided and it loaded up just fine.. Maybe try the apk in the releases? could be...

> `that_in_background` spawns an additional thread, we should prefer `that_detached`. > > Also, the call above should be replaced too. done

> `ollama_chat/` I tried both ` model="ollama_chat/", ` and ` model="ollama_chat/llama2",` Both failed with ``` raise litellm.exceptions.NotFoundError( # type: ignore litellm.exceptions.NotFoundError: LLM Provider NOT provided. Pass in the LLM provider...

> try with `ollama_chat/` and let me know if the issue persists @krrishdholakia just making sure you saw my response..