Gabriel Sobrinho

Results 179 comments of Gabriel Sobrinho

@cb-alish even if this would break something, this would be incorrect because that would be the correct usage: ```ruby def something result.resources.object if result.resources.respond_to?(:object) end ``` If `respond_to?(:object)` returns `false`,...

Ideally yes, the super would be called, but I'm being conservative here and only adding the respond_to_missing. I can update the PR if we agree it's a better move.

By the way, I have been running a monkey patch for this in production for about a year now and it didn't break anything in our codebase.

You can dispatch `RESET_STATE` to clear everything out. ```ts import { RESET_STATE } from "@redux-offline/redux-offline/lib/constants"; dispatch({ type: RESET_STATE }); ```

@cb-alish this one as well 🙏

We might do it and not worry about that and keep documented as a known limitation. So, if you plan to use this, you should set the connection pooler from...

I'm not sure the best approach here but the idea is that I want to keep all non-ASCII chars as is unless if a replacement is there. Examples: ```ruby I18n.transliterate("João...

Would you try the patch here? https://github.com/facebook/react-native/issues/43388#issuecomment-2476297017