Paulius Varna

Results 38 comments of Paulius Varna

> How about [NANA](https://www.animenewsnetwork.com/encyclopedia/anime.php?id=6115)? > Since it's version two point **seven** 🤔 I would be surprised for anything else 🥇

> I'm encountering this bug too, has it been patched? dunno, haven't touched that project since 2021 Jun

`await json(req)` hangs for me too.

I just stumbled upon the same problem again. Is micro dying? 🗡

Getting the same error on #723

I just started downgrading my i18next major versions one by one until i18next@^13 Now it works properly.

Still doesn't work. Might have something to do with https://github.com/sindresorhus/ky-universal/issues/23 I tried to confirm that the latest release has https://github.com/nuxt/http/pull/121/files fix. But I can't wrap my head around which branch...

I started receiving this after upgrading `nuxt` from `2.14.12` to `2.15.6`

Did anyone try the CLI converter? > Convert your existing extension to a Safari web extension using Xcode’s command-line tool. https://developer.apple.com/documentation/safariservices/safari_web_extensions/converting_a_web_extension_for_safari

Thanks for response, Good to know this, but I meant something a little different. `srcSet` is an HTML5 attribute, which allows us to use multiple sources [i.e.](https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images): ``` html ```...