Kirill Zaborsky

Results 191 comments of Kirill Zaborsky

@ryantrinkle is there some new way to do that? I have updated our app to new Reflex with `jsaddle` in it and all those hacks stopped to work. I've created...

@Dridus that's not a misunderstanding - that's the requirement :) And regarding `widgetHold` - as I understand that will work once - what if I need to react on any...

After adding some delay code was working OK on a small page but in our app we load substantial amount of data so e.g. delay of 100ms isn't enough :(

@Dridus thanks. That looks like a solution for dom creation use case (and it appears that I've seen #110 :) ). And probably that will to for our app. And...

@ryantrinkle I have stumbled upon similar problem (I need to run JS with the resulting DOM) and I have resolved it using the following code - https://www.reddit.com/r/reflexfrp/comments/5dnnsr/is_there_any_way_to_run_an_action_after_all/daaprnn/ Is this approach...

and actually that code doesn't work anymore with the current (github) `reflex-dom` version

duplicate of #619 ?

Looks like for arrays to work one needs a newtype and implement Type and Decode for it as seen in https://github.com/launchbadge/sqlx/pull/1483/files#diff-227edfb063a81fad99246f78753bb75d1d2262b95efc8c2115fe30081fd97c3bR1154-R1170

My workaround was to check out history of Cargo.toml but that's sure a bit less convenient