Ben Winters

Results 25 comments of Ben Winters

Perhaps you want to use a different kind of server or don't have control over the server.

I was just saying that people who can't use CouchDB on the server can still use Redux Offline for the client. But my understanding is that using PouchDB for the...

I'm still seeing this issue. Are there any updates so that the calendar will update its layout when the device rotates?

Similar to @dandan-drori , I used the `onLayout` handler to get the size of my canvas container (which varies a bit based on the device). From that handler I set...

@mwenko It seems that you are expecting the `refreshToken` to be refreshed, which to my understanding is not how OAuth works. The `refreshToken` has a permanent expiration date and when...

I would love to see this option added. Makes it much easier to understand and restrict which imports are intended/allowed to be used from third-party packages. Like, if I only...

I just started using the codegen functionality today and similar to above, we have snake_case on the Python backend and camelCase on the TypeScript clients. I see that `generate.ts` does...

I also read through [this issue](https://github.com/reduxjs/redux-toolkit/issues/2181), so it seems like some users are getting conversions (though undesired), so I'm not clear about the intended behavior and use.

I think these warnings should be ignored by the metro default for `requireCycleIgnorePatterns`, but they are still getting through for whatever reason. https://facebook.github.io/metro/docs/configuration/#requirecycleignorepatterns

@doublethefish It looks like the example for `prepare-commit-msg` is no longer in this PR. Maybe it was accidentally removed during the rebase?