Jonathan Stucklen
Jonathan Stucklen
FYI, typings from @gege251 and @chrisdhanaraj have a minor difference from @conorhastings's implementation. In the `UpdateWithSideEffect` function, the `sideEffects` parameter may be EITHER a function OR an array of functions....
Made a PR for this here: https://github.com/conorhastings/use-reducer-with-side-effects/pull/45. I believe just using `index.d.ts` should work from what I read up about this on typescript. The alternative to putting this in the...
This is also incorrect for Google Cloud Run (or any Google Cloud service behind their load balancers). Docs are here: https://cloud.google.com/load-balancing/docs/https Works basically the same as AWS. I think all...
Also occurs with Dropbox (as mentioned in #14282). Seems like you can't really use the CLI on Linux for any service with an oauth flow since there is no GUI...
@dkocher, I appreciate your message, but I'm not sure how that is helpful. The oauth client secret is blank in there (and kinda has to be since any secret you...
I saw this as well. I was mistakenly using WINARCH=win32. If you're doing the same, leave WINARCH off. This needs to be 64-bit. Also, if you created the wine prefix...
I'm hitting this issue as well. It's only affecting my nextcloud instance due to nginx having a smaller header/cookie limit than other services I have. Clearing cookies resolves it. I...
@avlonder, I don't know what use case you're having problems with. But, in my case, I had a margin on my scroll view and wanted a small icon that overlaps...
I can verify the patch works. Any idea if this will make it into a future version or are you concerned about dropping reanimated v2 support for the short term?