Erik Nucibella

Results 6 comments of Erik Nucibella

Thanks for the response. Moving out `anyRowCondition` it's not possible for me as it depends on an hook so it must be declared inside the component. Btw, `useMemo` may be...

I don't see a anything related to this in the new release 7.4.6 changelog, so i suppose the bug still exist. For me, the use of `useMemo` and `useCallback` with...

Maybe the response comes a bit late, but for those still looking for the hidden flower's websockets here's something useful. Digging in the source code, i finally managed to found...

Any chance to get this merged ? I'm experiencing the same issue mentioned in #211

Unfortunately, `react-use-websocket` does not provide support for additional headers unlike this library. Seems like [User-Agent is not defined by default on iOS](https://github.com/facebook/react-native/issues/28450), potentially leading to issues in cases where this...

Encountered the same issue, and seems like the only working solution is to pass the config via `config.toml` like ``` [store] primary = { connection = "postgresql://${postgres_user}:${postgres_pass}@${postgres_host}:${postgres_port}/${postgres_db}", pool_size = 50...