Andrey Kutejko

Results 67 comments of Andrey Kutejko

Recommendation looks dated (late 2007). It is based on tests in different RSS clients. Let's look at this list. 1. Apple Safari -- RSS removed around 2017; 2. Bloglines --...

May you elaborate why this may be needed?

I think that `from_xml` was made public mistakenly. It should be `pub(crate)`.

The crate needs to have a JavaScript API to be published on npm. This is far out of scope of this crate.

`xml:lang` is already supported by this crate in [` tags`](https://docs.rs/atom_syndication/0.10.0/atom_syndication/struct.Content.html#structfield.lang) and [text fields](https://docs.rs/atom_syndication/0.10.0/atom_syndication/struct.Text.html#structfield.lang) in general.

It depends on the pattern of usage of the crate. If you create a feed, it makes less sense. OTOH if you consume a feed and care about language, you...

May you provide more details? How do you test? May it happen that you use a callback to get a result? Callbacks are not supported anymore (since beta.5). `favicons(source, options,...

Link is specialized by error type and error kind type while foreign_link is specialized by error type only. So there is a temptation to make a foreign link as a...

This is currently not possible, but you may overcome by running `favicons` twice. You may find an example [here](https://github.com/jantimon/favicons-webpack-plugin/blob/main/example/multiple/webpack.config.js#L20-L47).