Erik Johnson

Results 63 comments of Erik Johnson

Is there something else needed to get this merged and get the docs updated?

I know this isn't a Niagara solution, but when notifications are grouped, you can dismiss the group from the Notification Drawer. This is how I handle dismissing grouped notifications.

I'm also on 0.10.9. I'm using the default dark theme, and the only custom CSS I am using enables wrapping of code blocks. Here's my entire `custom.css`: ```css pre {...

Some further info: I have the same graph synced to two Linux laptops (one Arch Linux, one Ubuntu 22.04), and an Android phone. The `!=` looks correct on Android but...

The `.CodeMirror` CSS was what I needed. Could've done without the condescension, but happy to have a solution.

I opened https://github.com/AntennaPod/AntennaPod/pull/6793 as a first draft at fixing this. However, it is not a complete fix, because it doesn't clean up the existing entry from `FeedItems`. In version 3.2.0,...

Current behavior when an episode is re-posted with the same guid, and there is a download already, is again to simply update the pubDate. So perhaps the correct approach is...

I reverted the initial commit in #6793 and replaced it with a pubDate check in `updateFromOther()`. This works much nicer, as it updates the existing entry in `FeedItems` rather than...

Well, it seems pretty clear that this is their way of "rebroadcasting" the episode. Most feeds will just make a new post for the episode, so it gets a new...

Just for a little additional insight... think of the use case where someone subscribes to a podcast, but has no desire to listen to the entire back catalog. So, instead...