David Novakovic

Results 85 comments of David Novakovic

Just going back to my hacky solution, could we not make `in` the operator configurable? I noticed there's some legacy options that can be explicitly turned on? My understanding is...

Can confirm this with a very simple table - we're using useDeferredValue in the parent above the component where `useReactTable` is called.

Haskell has full type erasure iirc, the contract is that if your function is generic over some type, it cannot change its behaviour based on that type. Reflection is a...

Won't this make logs very noisy when you have a deep stack? I like the idea but I'd want more control with log spans. Unlike stack traces where you want...

Still new to tinybase (also localfirst listener!) - does this apply to the read/query side too? `"noUncheckedIndexedAccess": false` - would allow a `Row.field` to be of type `Cell` as opposed...