Mitch Downey
Mitch Downey
@chenasraf thanks for taking a look! We parse RSS feed data and save it in our Postgres database. In case it helps, this is our [docker-compose](https://github.com/podverse/podverse-ops/blob/master/docker-compose/prod/db/docker-compose.yml#L9) for the database, and...
@chenasraf thanks! I will give TextDecoder a try. The tricky part for me is that we parse all RSS feeds server side, and store them in our database...so we have...
@chenasraf oh I forgot to share this. Harvey on Mastodon said he gets [this error](https://podcastindex.social/@harvhat/110125337364554426) when opening that podcaster's RSS feed: > Warning (emacs): File contents detected as iso-latin-1. Consider...
Found [a post on reddit](https://www.reddit.com/r/multidoge/comments/7kzyz5/multidoge_not_syncing_this_might_work/) that pointed me in the right direction. Try opening your multidoge.properties file in your MultiDoge directory, looking for the lines that look like: ``` addnode=...
I was going to use the QA populate database scripts for things like this. Are there any reasons they won't work for your purposes? Happy to make those scripts a...
These should have already been available in the Sandbox DB: Public.Categories Public.Podcasts Public.Episodes Public.MediaRefs If you're not seeing those, let me know. And I just added the following to our...
Got it. Thanks. I'm using the react-native-track-player library, and I learned it already has caching built in for Android, but not iOS. I'm considering working on adding caching for iOS...
See @leoimewore's related comment on https://github.com/podverse/podverse-rn/issues/1566#issuecomment-1368073029
@xthiago thanks for opening this. Would you be able to work on this? I believe we just need to add conditional format change when the lang is pt-br in this...
After running the dev environment start up instructions in the readme, I received this error: > Webpacker::Manifest::MissingEntryError in Home#index I then waited about a minute, and hard refreshed the page,...