Oscar Franco

Results 141 comments of Oscar Franco

That's weird, the timeout code is very simple... maybe you are running it in an environment where the AbortController is not supported? In any case, it would be great if...

I can see the tests fail on the github runner, but on my local machine they work fine, so it probably has something to do with the node version. ping...

Welp 🤷‍♂️ Kinda torn on this though... no idea if there is any other mechanism to timeout a `fetch` API request

![](https://media2.giphy.com/media/XTjnKcrZlOlaC6sY2d/giphy.gif?cid=b1865c10dzjyi4sqjf1fc289x1kpgto5osdnbqvceoj6el32)

Going to close this, node 14 has already reached eol on active support (despite security patches). And there is the existing workaround you posted.

As another workaround: ```ts {/* This looks stupid, but blur-view on android is broken Elements placed inside do not position correctly The work around is two overlays */} {store.ui.isLoading &&...

Thanks a lot for the kind words! I disabled file search on the latest versions because it kept crashing the app for some reason. I don't have time to bake...

I've been struggling to get this package to work properly. Before anything here is my latest patch-package that aims to solve the issues. A detailed breakdown at the end. ```diff...

I created a new package, based on quick-sqlite. It's muc faster and I also implemented the update_hook, which I guess is needed by drizzle. https://github.com/OP-Engineering/op-sqlite

Codegen doesn't seem to be generating any initialization code, just another method Here is my spec ```ts import { TurboModuleRegistry, TurboModule } from 'react-native'; export interface Spec extends TurboModule {...