Jon Samp
Jon Samp
I opened up a PR with my styling feedback https://github.com/Simek/expo/pull/2
In the URL you mentioned, there is an issue where you have a `?` where there should be a `&` before a query parameter. This part: ``` ...?channel-name=beta?runtime-version=1.0.0 ``` Should...
I just tested that not including the runtime version still works, since development builds will include the `platform` and `expo-runtime-version` headers when trying to download an update. Since you're not...
It looks like this was fixed and merged in this thread: https://github.com/CSSLint/parser-lib/pull/144 With that, I am also not able to get it to behave as expected. I used `yard add...
Thanks for reporting this. I am working on setting up a monorepo so that we can reproduce this and fix the issue in EAS CLI.
I am attempting to make a reproduction of this issue so that we can get to the bottom of it. I made this repo: https://github.com/jonsamp/my-solito-app That repo is a monorepo...
@GregAtFramework A workaround is to add a `NODE_OPTIONS=--max_old_space_size=4096` env var before running the EAS CLI command. We are still trying to find a good reproduction example so that we can...
We talked about this feature in a meeting for awhile. @brentvatne put together a summary: > should eas update run eas update:configure automatically if not yet configured? imo yes ->...
I would like to get this merged whenever you have a chance @Simek. This PR is in a good spot and I'd love to see it in production sooner than...
This is a cool feature! Thanks for adding it. Since there are many topics and they act like site links, I think we can style these like links. Here's a...