Daniel Gale-Rosen
Daniel Gale-Rosen
cc @roryabraham ### Details This is a React Native bug it looks like (we will make a separate issue to investigate) but this will fix it in our app in...
Because `ResultPager::get()` [here](https://github.com/KnpLabs/php-github-api/blob/master/lib/Github/ResultPager.php#L205) returns the return value of [`ResponseMediator::getContent()`](https://github.com/KnpLabs/php-github-api/blob/master/lib/Github/HttpClient/Message/ResponseMediator.php#L11-L26), it can occasionally return a string, which causes an unhelpful TypeError since it should only ever return an array. Other usages...
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email [email protected] to request to join our Slack channel! ___ cc @rojiphil coming from https://github.com/Expensify/App/issues/49899 A pretty quick...
If you haven’t already, check out our [contributing guidelines](https://github.com/Expensify/ReactNativeChat/blob/main/contributingGuides/CONTRIBUTING.md) for onboarding and email [email protected] to request to join our Slack channel! ___ **Version Number:** **Reproducible in staging?:** **Reproducible in production?:**...
### Explanation of Change We weren't disallowing removal of copilots (other than the logged in copilot) or updating of copilot roles on the front end. They're already disallowed on the...
### Explanation of Change This will allow us to remove the code removed in https://github.com/Expensify/Web-Expensify/pull/44547, but should not yet require that change. However, please test with and without that backend...