thisisgit

Results 16 comments of thisisgit

I'm facing the same issue and looks like it's because passing width and height arguments to **SvgPicture** just scales up/down the original svg asset. For example, here's a sample close...

Hi @jfbn, I'm not sure if you have already found the solution to that but here's the [workaround](https://github.com/IjzerenHein/react-navigation-shared-element/blob/master/example/src/tests/BottomTabs2.v4.tsx) ([and a comment pointing to that solution](https://github.com/IjzerenHein/react-navigation-shared-element/issues/42#issuecomment-625457009)) Basically you need to have...

I just got this log when checking out to different branch: ``` 2024-01-25 16:46:57.564 [info] Review+0> Validate state in progress 2024-01-25 16:46:57.564 [info] Review+0> Validating state... 2024-01-25 16:46:57.574 [info] Found...

Hi @alexr00 , here's "git" log when `unable to checkout branch x` error occurred: ``` 2024-02-05 22:49:35.873 [info] > git config --get commit.template [23ms] 2024-02-05 22:49:35.902 [info] > git status...

I found that the latest stable version(0.82) throws error in GraphQL query when "Create Pull Request" button is clicked: `[error] GitHubRepository> Error querying GraphQL API: GraphQL error: Could not resolve...

Hmm I tried signing out and signing in again but still no luck. Also tried revoking github for vs code in the settings and re-allowed permission but still not working....

Hi @alexr00, thank you for working on this. I pulled your fix(commit 610806fg), tried it locally, but sadly still shows the same error😞 And I think I confused you by...

Oh wow... finally it worked! Why couldn't I think of checking my git version? I've seen some other issues here with the same error and they probably haven't updated their...