Alexandre Alapetite

Results 1088 comments of Alexandre Alapetite

@SecT0uch That is another (related) issue, see e.g. https://github.com/readrops/Readrops/issues/52#issuecomment-594853944

@Shinokuni Do not hesitate to ask for help regarding the API calls to implement those features

It looks like a bug in: https://github.com/readrops/Readrops/blob/8a5fae5411420a135162143d7e279157dc17555c/api/src/main/java/com/readrops/api/services/freshrss/adapters/FreshRSSItemsAdapter.kt#L85-L102 the response might contain: ```json "alternate": [ [ "href": "https://example.net", "type": "text/html" ] ] ``` The line `"type": "text/html"` was not always provided...

Patch suggestion (not tested - no compile environment set up) https://github.com/readrops/Readrops/pull/163

Workaround https://github.com/FreshRSS/FreshRSS/pull/4568 while waiting for above Readrops fix to be tested and merged.

One key difference to note - which makes the concept powerful - is that a given article can have multiple tags/labels and therefore appear under those different tags/labels. FreshRSS will...

> Sorry to ask here, but does this plugin still work fine with Grafana 9 (9.0.2)? @tormodvolden I have not yet tried with Grafana 9. We are not working on...

No sorry, this is not something we have used (yet) :-) We are mostly using PostgreSQL + Timescale + PostGIS at the moment

We are a bit busy at the moment, but pull requests welcome!

> Someone needs to step up and implement it in the current plugin. I am not a web developper, so I guess this is an open call for contributions! @xkilian...