Meir Blumenfeld

Results 11 comments of Meir Blumenfeld

If the function accepts an object as a parameter, just the reference will be cloned.

As a newcomer to the rx world, I happen to think that the documentation here is easier to understand than the docs at rxjs. For a quick overview of how...

Unfortunately, I wouldn't expect it to be fixed soon. Only option as of now is to filter manually. Shouldn't be too hard with the observable operators.

I see the fix has been merged. Any would you please publish the update?

I don't think that the rss specification allows for more than one link. When adding two `link` elements [validation](https://validator.w3.org/feed/check.cgi) fails.

"application/xml" seems to work fine. Not sure how well "application/rss+xml" is supported, I checked in chrome and it is not being formatted properly when served as "application/rss+xml". > RSS feeds...

The extensions shared above do properly handle content type `application/xml`, but anyhow, I don't think this issue is gorilla/feeds related, this module is not the one handling the HTTP serving...

Then perhaps it should be documented as so?