Markus Wiegand

Results 10 comments of Markus Wiegand

This is the normal behavior AFAIK. New versions are loaded only after a cold start. https://github.com/mattreid1/firebase_image/blob/7c5234e28ecd5d099bdaefad69ae76fe12ca8c47/lib/src/cache_manager.dart#L113-L116 I suspect because of the RAM cache, which is renewed only with a restart.

Hey, thanks for using it :slightly_smiling_face: You should get all failures displayed as annotation. **Example** https://github.com/morphy2k/revive-action-test/pull/3/files ![image](https://user-images.githubusercontent.com/4280578/132913571-b8e564fb-892d-489d-9775-3af204c38672.png) But yeah, it's not optimal. Maybe I can find a neat solution to...

Hey @petethepig, thank you and sorry for the late reply! The issue got completely lost in my feed. I will see if I can find a solution for it. The...

Hey! That doesn't sound like a bad idea. I'll give it some thought. Thanks!

I will be looking at this over the next few days. Thanks for the suggestion! In the meantime, if you have experience with scripts, you could build a solution using...

Regarding custom sink, if you use shell commands, the corresponding shell must be set as a command like `bash`, as in the [examples](https://github.com/morphy2k/rss-forwarder#config-example). ```diff [feeds.xkcd] url = "https://xkcd.com/atom.xml" interval =...

I close it. If the issue persists, let me know.

Thanks for the PR! I wanted to overhaul the build workflow anyway. I hope to get to it in the next few days.

@alexbilbie It finally happened :tada: See #144 ~~Can be tested with the current pre-release `morphy/revive-action:2.6.0-beta.3` or `ghcr.io/morphy2k/revive-action:2.6.0-beta.3`.~~ Released with [v2.6.0](https://github.com/morphy2k/revive-action/releases/tag/v2.6.0) Sorry for the delay!

Awesome, thank you! ~~I think having the option to render the lines only when needed would be a good thing.~~ As you described.