Sergiy Kyrylkov
Sergiy Kyrylkov
@OlivierLD yes, it can be closed
`formatAsZonedTime` is very welcome, because currently it looks like it must be done as below: ``` format( utcToZonedTime(dateStringInUtc, TIME_ZONE), DATE_FORMAT, {timeZone: TIME_ZONE}, ); ``` vs ```moment.tz(dateStringInUtc, TIME_ZONE).format(DATE_FORMAT)``` The time zone...
@Rich-Harris @Conduitry @dummdidumm @benmccann @TehShrike @orta @benaltair It's a huge unresolved issue for Svelte community: https://www.reddit.com/r/sveltejs/comments/q068rn/so_how_do_people_avoid_svelte_crashing_the_whole/ How do we resume activity on this RFC?
@antony I apologize, but this seems to be the only way to get attention. Last week I tagged 2 core team members and got no replies. I'm not asking for...
What Rich has in mind would result in Svelte 4 or still Svelte 3? Is it worth putting effort into https://github.com/sveltejs/svelte/pull/6585 or it has no chances of landing so we...
I don't quite understand what localhost has to do with this issue? In #1248 no localhost was involved.
Installing from scratch works, `bun upgrade` crashes. Affects 1.1.2 also. ``` PS C:\Users\user\dev\entriwise\server> bun upgrade Bun v1.1.3 is out! You're on 1.1.2 uh-oh: attempt to unwrap error bun will crash...
undici fetch is buggy. It randomly ends up with `fetch failed` for requests which normally work just fine.
@jimmywarting Here is the case https://github.com/nodejs/undici/issues/1248 It's marked as solved and it was for a while, because initially `fetch failed` was cased by long responses due to timeout set only...
@sergeyksv Thanks for the PR, however I'm not going to land it. The purpose of the repo is not to demonstrate and compare different approaches to async in Node.js. It...