Matt Oakes
Matt Oakes
This appears to be an issue with the git completions bundles inside fish and not an issue with yadm. You can see this behaviour by creating a new repo in...
The autocomplete for the git commands in fish come from telling [`complete`](https://fishshell.com/docs/current/cmds/complete.html) that it's wrapping all of `git`, which passes through all of the git autocompletes which are bundled inside...
Thanks for looking into this @joshzcold. It looks like we got to the same point in deciding that it wasn't possible to wrap a command but overwrite just some of...
Hmmm you're right. It doesn't happen in all cases. Next time it happens I'll send you a copy of the file. Thanks!
Coincidently I had the same issue last week too. I've managed to find and fix the issue and opened a PR here: https://github.com/expo/expo/pull/12950
@paulisloud The merged PR did solve it for me, but there may have been multiple issues and my PR only addressed the ones I was seeing.
Sorry, I won't have time for that right now. I was working on this as part of a client project and have moved on to other projects since. Your best...
Good luck! @brentvatne I think it's worth reopening this issue as there are multiple reports that it is either partial fixed, or not fixed correctly
The entering forground code is here: https://github.com/expo/expo/blob/93e61eef3bcf17b0fbc9e18a71944ff98aef6d10/packages/expo-av/ios/EXAV/EXAV.m#L129-L137 The name of this method is different because it's using the Unimodules lifecycle listener protocol. This has been moved to "Expo Modules Core"...