Matthias Endler

Results 894 comments of Matthias Endler

A retry functionality would be highly appreciated. In my case I have an API which I want to query every five minutes. Sometimes the query fails. In this case I...

Okay, is https://arewefastyet.pages.dev/ the new URL? The `README.md` and the project description still link to [arewefastyet.rs](https://arewefastyet.rs/).

Note: the `bug` label was added automatically. The issue is more of a conversation starter, so neither `bug` nor `feature` sounded right when I picked the issue template. [Github Discussions](https://docs.github.com/en/discussions)...

Sorry, didn't find the time to look into it yet. 😕

Just in case anyone is looking for a workaround for the time being, you can do ```rust #[derive(Debug, Error)] pub enum Error { /// Network error (surf) #[error("Failed to make...

Similar problem here: https://github.com/rustwasm/wasm-bindgen/issues/2779 Thanks for reporting.

We should check with the latest wasm-pack version and double-check if we use release mode everywhere.

Good point. I wonder if we should introduce a new flag, which skips creating those sample files. Maybe `--prod`?

Thanks for creating the issue. I think we should discuss that with the folks at [linkify](https://github.com/robinst/linkify), which is the plaintext parser we use. I don't know if it will be...