Aliaksei Yaletski

Results 66 comments of Aliaksei Yaletski

Hi! Just to clarify, you mean automatically discovering a header/cover image from the original page of the news item? I.e. "smart cover image discovering", not some specific markup that contains...

Good idea, worth implementing. Currently, I cannot provide an estimated timeline, but I plan to prepare a roadmap of significant features for the project, and this one will be added...

This task is related to gh-357 and gh-351

Hi! Thank you for your interest in the project! The difficulty with images is that there are numerous ways to organize them. Can you describe what you want from a...

Thanks; it's much clearer now. I will prepare something simple within a month.

The docker compose file should work as is, no additional configuration required. Where do you see an 'unknown error'? Logs (of running docker containers) or screenshots (of the GUI) would...

Also. If you use dev docker compose file, you should comment tmpfs volume in postgres service and uncomment permanent volume. Otherwise your data will be stored only in RAM an...

Hey! It's done! See instructions: - [single-user setup](https://github.com/Tiendil/feeds.fun/tree/main/docs/examples/single-user) - [multi-user setup](https://github.com/Tiendil/feeds.fun/tree/main/docs/examples/multi-user) There are two images: - One for the backend, to run all that is required. - One for the...

Thanks! Looks like a great idea. Added to plans.

>we should be able to have an option to save the content of the RSS feed and use it for tag detection and display on the frontend. Can you clarify...