Brad Jones

Results 103 comments of Brad Jones

I think a PR on Metro wouldn't be necessary as it already provides the option to set the host... so it's tools like `expo-cli` that likely need to implement that....

@kbrandwijk That's different; I am also using this setting but they do not interact/this is different.

@Kudo Ah ok, yes good point... I can open an issue other there referencing this as an example of "localhost ambiguity," I suppose. Thanks for the clarification.

Trying to collect context regarding this and related problem spaces/issues: With the addition of [`CryptKeyInterface`](https://github.com/thephpleague/oauth2-server/pull/1044) we could continue to abstract out the key handling such that the generation of a...

For my own reference: a version of this that will apply after #828 https://gist.github.com/bradjones1/04ec2e3b171640af4078b9071bdfcb00

I think the code standards error is incorrect...?

This issue also affects the React Native/Expo Sentry packages.

Composer supports `gitlab` as an alternative VCS driver, and Satis can with a simple patch add these to its file (or you can add it manually.) Regardless, there is an...

For anyone who's got a private satis instance and can get away with some dirty patching, https://gist.github.com/bradjones1/10df177e5edb03004b8bf5bde077db77 does the trick. Don't forget to set `gitlab-token` in your config. https://getcomposer.org/doc/06-config.md#gitlab-token

Can confirm as well... I ended up hiding the `headerLeft` element and including the back button in my custom header as a work-around.