Dragomir Ivanov

Results 74 comments of Dragomir Ivanov

Thank you @ra2dev , and sorry for the late response. The issue with "hidden" fields, is that being hidden they don't loose their value, but loose their state, i.e.: `dirty,...

Hello There, It also work if you make a call to FerretDB API, something like `GetEmbedAddress()`, and it will return a string containing random(free) listen socket. Then this string could...

Hmm, I think there are no goroutines involved, but map iteration is non-deterministic, so If any piece of code relies on map iteration order, it can bomb like that.

@g-w But when I run `go test -p 1` it still panics, although it should execute only one test at a time.

@g-w Thanks! Apparently it panics only on test count > 1, so your patch fixes that.

The way to do it with recent React, is to create a component and repeat `useField("field-name")`, with the fields you want to react to.

Thank you and sorry for the late response. I will make the mock-up and come back again.

Greetings @gertdreyer, Sorry for the delay. I have prepared the needed sandbox to demonstrate the issue. Please note, how field losses its state, when switching tabs. https://stackblitz.com/edit/stackblitz-starters-vm3r9h?file=src%2FApp.tsx Thanks again!

Hey @gertdreyer, any advice on this feature?

@erikras Any update on this PR?