Ashcon Partovi

Results 351 comments of Ashcon Partovi

We need to fix this issue, and will. A temporary workaround is to provide an `Accept-Encoding` header. ```js const response = await fetch("https://example.com/", { headers: { "Accept-Encoding": "identity", } });...

We do not support the Node.js `http2` module yet, but are tracking support for it.

Closing this for now. Tracking fallback for `io_uring` here: #785

Older releases of Bun used to depend more heavily on `io_uring`, like for `bun install` and `fetch()`. Not anymore, though we will still keep this open so we can implement...

Hi @toinbis, You could use the lol-html Rust library to make a selector generator, but that functionality doesn't exist out-of-the-box today. What is your use-case for generating selectors in Workers?

Sorry this took so long, fixed in https://github.com/Electroid/mojang-api/commit/991e1e9850220cf2124a2d7a7375b52385507ea3

This is probably a transient issue. Feel free to re-open if you have some reproducible examples.

Unfortunately, Mojang has removed the ability to calculate the creation date. Past dates are cached, but we cannot generate future dates anymore.

Fixed in https://github.com/Electroid/mojang-api/commit/991e1e9850220cf2124a2d7a7375b52385507ea3