You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@nmdias if you can point me to some reference (like where this needs to be added in v10 and how it looked in v9) I'd like to contribute this... I upgraded to v10 and migrated my logic to it before realizing it regressed RDF support and would prefer to move forward than to undo back to v9. Thank you
edit: never mind I just downgraded - looking forward to v10 :) thanks for your hard work
I am running into a weird issue where https://rss.slashdot.org/Slashdot/slashdotMain cannot get parsed in FeedKit 10.0.0-rc.3
To Reproduce
Task { do { guard let url = URL("https://rss.slashdot.org/Slashdot/slashdotMain") let feed = try await Feed(url: url) } }
Expected behavior
It's a valid feed according to various validators and should return a Feed object
The text was updated successfully, but these errors were encountered: