Satont
Satont
I'm also forgot to say, that i'm using yarn monorepository. UPD: Noticed same behavior on regular repository. So, not related to monorepos.
Wait, is it done in https://github.com/jetpack-io/devbox/pull/222?
Update on pg-mem 2.1.7 ```bash $ deno cache https://deno.land/x/[email protected]/mod.ts error: TS2339 [ERROR]: Property 'default' does not exist on type 'Hash'. export default code as any as typeof types.default; ~~~~~~~ at...
Is there update on this?
> Is Firestore unable to handle nested arrays? Seems like that.
Whats version of `"@google-cloud/firestore"` are you using? Can you try `6.*`?
> I think it's will be cool here to add information about user timezone to database. Will be useful in future. I'm actually planned simpler solution, via "minutes" field on...
It can be fun feature. But not sure i want implement it rn. Do you wanna make PR?
Well we can have separate table in database, with viewer count, so we can track that. It's ok to have that data without ttl or something, so caching can be...