Quinlan Jung 🦥
Quinlan Jung 🦥
The current implementation of the boundary doesn't make sense because we are generating a number between 0-9 and converting it to a string with a radix of 16. If we...
# Checklist - [ ] I've added an entry to [CHANGELOG.md](https://github.com/expo/eas-cli/blob/main/CHANGELOG.md#main) if necessary. You can comment this pull request with `/changelog-entry [breaking-change|new-feature|bug-fix|chore] [message]` and CHANGELOG.md will be updated automatically. -...
Internally, V8 stores strings using 1 byte per ASCII char with an additional 12 byte header. The size of any heap object must be a multiple of the pointer size,...
# Why Mention `useClassicupdates` in the docs so people know what to do if they want to continue using classic updates # Test Plan - [ ] manually testsed #...
# Why Mark Classic Updates as deprecated in our docs or remove mentions of it completely. Aim to land this on Feb 12, since the amendments mention that Classic Updates...
# Why Are people still migrating from classic builds? It's been so long since we've shut it off, it may be better off archived. # How - move expo build...
The most recent distribution of `core-crypto` assumes the presence of a code coverage script `scripts/code-coverage.cmake`. This causes `cmake` to fail and isn't really relevant for our use. I've changed the...
https://github.com/expo/universe/pull/10903#pullrequestreview-1192479168
https://github.com/expo/universe/pull/10823/files#r1020707597
# Why Add back the ASC Api Key instructions that was reverted in https://github.com/expo/expo/commit/b058eea7ff3a148ce0ee247c4c45101071c13b71 now that we've fixed it for provisioning profiles in https://github.com/expo/eas-cli/pull/2347 # How Revert https://github.com/expo/expo/commit/b058eea7ff3a148ce0ee247c4c45101071c13b71 # Test...