Valery Zinchenko

Results 56 comments of Valery Zinchenko

It also creates a [problem](https://github.com/marcin-piela/react-fetching-library/issues/158) on 5.0.0 version of `react-scripts` because it relies on `react-scripts` polyfill of `Buffer`

> Good idea, however, we need to save more information, something like: > > ``` > JSON.stringify({...action, body: undefined}) > ``` > > 🤔 You're not saying why you need...

I have the same issue here are my logs. I'm dropping two log files, first is a dry bun install and the second is the following retry attempt (which is...

Wow, I see so much work and progress going on here, I wish `bun` the best. I believe it's going to be a **breakthrough** (if I'm not exaggerating) or at...

I think this is a problem with `bun` in general. It successfully works with `react` project created by `bun` itself but not with already existing one.

> Because Tuples are immutable they won't have a `sort` method on them, they will have a different method which does a non-mutating sort. Because Arrays already exist adding methods...

> Because Arrays already exist adding methods to them has a web compatibility risk, so it makes some sense to update the Array interface first - ensure it is web...

> Both of your alternative approaches make a new array, and then mutate it. The goal is to avoid the mutation entirely. Soo, why do you need this then? Is...

> @syg in what way? each of the methods in this proposal returns a new array and does not mutate the original one. Yes, you're right, they don't mutate it...

I just ran your code and it works as intended, I think you have a problem with word breaks, in the screenshots you have a break at `{f8c`, it might...