Robert Brennan

Results 1267 comments of Robert Brennan

How are you serving `http://localhost:8100/node_modules/rss-parser/dist/rss-parser.min.js`? The mimetype should be set as `application/javascript`, not `text/html`

That doesn't seem to be the case in Guill4um's example, given this error message: `file at « http://localhost:8100/node_modules/rss-parser/dist/rss-parser.min.js » was block because of incorrect type MIME (« text/html ») (X-Content-Type-Options:...

Thanks for the update tofra! Does `parseURL` still work without `http` and `https`? Or do you need to use `parseString`?

Thanks for the report! I agree w/ your assessment. Happy to accept a PR here if you have the time

I don't know much about ES Modules, but happy to accept a PR!

This seems like a good idea to me. The HTTP logic has caused a lot of issues.

Great idea! Would definitely accept a PR here. Thanks!

Reddit has switched to the atom format since these docs were generated. Maybe we should always populate both `id` and `guid`, using whichever is available

We don't yet support RDF, just RSS 1/2 and Atom. Would happily accept a pull request here

You can try the solutions found here: https://github.com/rbren/rss-parser/issues/53 I don't know enough about native React to be very helpful here.