Rostislav Roznoshchik

Results 13 issues of Rostislav Roznoshchik

Would be nice to add markdown support to the different text area inputs in the site.

enhancement

Epubs seem to have very limited consistency with how they organize their internal file structure. I haven't figured out a great way of finding the image folder. ``` images =...

enhancement

Currently lurnby.com doesn't work offline. If trying to access it offline the service worker just shows a standard this app doesn't work offline. But the idea is that it should...

enhancement

Lurnby has a lot of things that aren't obvious. There are some videos that show the different functionality in action, but it would be much better to also have a...

enhancement

All highlights are currently connected to an article inside of the app. But this is a limitation that shouldn't be there as you should be able to import highlights from...

enhancement

For storing image content the app currently sends images to amazon s3. This is fine for the web-app version, but if the app is meant to run locally, then it's...

enhancement

The current pdf library leaves a lot to be desired. It only works for simple pdfs with plain images And text. Anything more complex that has graphs, charts, etc, comes...

Currently can't parse articles that are behind a paywall. This includes medium articles that are rate limited, as well as articles from Bloomberg properties like CityLab. The alternative for now...

The unit tests haven't been updated in a long time and need to be written from scratch. Currently the app is tested manually when changes are made and then tested...

good first issue

Having trouble parsing pdfs. This is running from a docker image, but not the docker image you supplied. ``` From python:3.9.9 ... # install pdf2html requirements COPY pdf2htmlEX pdf2htmlEX RUN...