Pavel Zhukov

Results 28 comments of Pavel Zhukov

![Image](https://github.com/startupjs/startupjs/assets/667688/37e35a09-a2d3-444e-ad26-b610fe2319f1)

Update: Implemented Signals API on top of racer model: https://github.com/startupjs/startupjs/pull/1044 Now working on implementing a fully independent ORM on top of pure ShareDB extending this Signals API

expo now has a cool file-based routing system which works isomorphically on web and native and has deep-linking for native built-in. So it makes sense to prioritise finishing our move...

I think I have an idea of how @rikh42 implemented it. I tried to hack my implementation based on the `list` and `list-item` blots. Lets say we are implementing 3...

@saw, `table-cell` will have ids for `` and for ``. And if we want to have lists and paragraphs within `td` then we also need the id for `td` too)....

Thankfully FinalizationRegistry can be simulated using WeakRef. Here is an implementation which is working on RN 0.75 on New Architecture: https://gist.github.com/cray0000/abecb1ca71fd28a1d8efff2be9e0f6c5 It tries to cleanup stuff every 10 seconds.

@tmikov good point. I did initially wrap its call into `setTimeout(0)` as a hack to just ignore any sync errors during `finalize`. But then it became harder to debug user-space...

@tmikov well, there is no point in asking me, I'd definitely say YES since I heavily depend on having an easy to use destructors for caching :) And I remember...