Mihai

Results 19 comments of Mihai

Any plans on merging this fix? I had to apply a patch with this fix since I was experiencing the same error.

@batusenyuz Could you create a new React Native project with a minimal reproducible example? That would help others to better understand the issue and look into it.

Looks like a duplicate of https://github.com/CocoaPods/CocoaPods/issues/12110

@Facel3ssR0nin Are these 2 commands showing `content-encoding: br` for you? ``` mihai@Mihais-Mac-mini ~ % curl -I "https://cdn.jsdelivr.net/cocoa/Specs/6/1/e/nanopb/2.30909.0/nanopb.podspec.json" -H 'Accept-Encoding: gzip' HTTP/2 200 date: Sat, 28 Oct 2023 14:05:30 GMT content-type:...

> it only seems to happen in dev mode Probably it happens in production too but the warn is shown only on dev from https://github.com/apollographql/apollo-client/blob/4d192165965dbc8475d3d02a5d01dda7df03d790/src/core/QueryManager.ts#L867

This issue with the popover showing in the wrong position appears when the status bar translucency is different in the popover. There are 2 cases: 1. The status bar is...

I see a similar issue, for something like: ``` dependencies: { "somepackage": "npm:@someorg/somepackage@^0.1.2", } ``` Getting a `403 Forbidden` error on `yarn install`. `npm i` works without errors.

@JordaoViktor This repo does not seem to be mantained anymore, there are no changes since 2021. I switched to a different library, see https://github.com/react-native-text-input-mask/react-native-text-input-mask/pull/280#issuecomment-1427498791