Alexandru Ifrim

Results 9 comments of Alexandru Ifrim

@strider72 Chrome Version 64.0.3282.186 (Official Build) ```css user agent stylesheet input:not([type]), input[type="email" i], input[type="number" i], input[type="password" i], input[type="tel" i], input[type="url" i], input[type="text" i] { padding: 1px 0px; } and input...

@thesunny On both the [codesandbox](https://codesandbox.io/s/9yoji) and [][slatejs richtext](https://www.slatejs.org/examples/richtext) I have problems. - Samsung Galaxy S20 Note Ultra 5G - Android 11 - Chrome for Android 95.0.4638.74 - Firefox 94.1.2 -...

Bun: 1.0.26+c75e768a6 Platform: Darwin 23.3.0 arm64 arm I have also tried to `fetch(url, { body: stream })`. My use case is a bit different. I have 3 servers. 1 &...

Since WSL & WSL2 I haven't built anything directly in Windows. This seems to be a Turbo Repo problem. Maybe related to this? https://github.com/vercel/turbo/issues/2291

I would love these, @samyosm can you please, also add the tests so that @ianstormtaylor can merge :)

Your problem is unrelated. You are updating your state and removing the value. Use this ```ts setState(s => ({...s, copied: true | false})) ``` Doing so, you are not removing...

@czj @mstuercke That means that I will also need to have a `yarn.lock`, `package-lock.json` or `pnpm-lock.yaml` so that dependabot can find out what version I am actually using (as part...