James Ide

Results 50 comments of James Ide

I'm not sure without investigating further. @EvanBacon maybe `@expo/cli` shouldn't specify a "bin" field in package.json and only `expo` should be responsible for invoking `@expo/cli`?

One suggestion for the module API: swap `this` and `self` in `integrate(self)`. Currently: ```js class Module { integrate(self) { // `this` is the app instance // `self` is the module...

Closing this since it can be implemented in user-space e.g. sample usage could look like: ```ts const lock = new ScopedLock(new AwaitLock()); await lock.acquireWhile(async () => { ... }); ```

Yeah. Before that what I'm looking for from the Metro team is input on (a) what is actually useful for professionals and (b) what would be easy to maintain.

I think the names are clear but also think it would be helpful in the docs for each function to explain how it is different than the other function.

Hi @valtism, thanks for the PR. This linter preset’s intended purpose is for our team and we’ve chosen the tradeoff of our team deciding what goes in the dependency array...

Yes, we'll need to make a separate recommendation for use with Forget when the time comes. We'll need to actually set up Forget which isn't yet publicly available, so we're...

eslint-config-universe was written to be for internal use and not intended to be a public recommendation. I'm fine with removing it from the docs, which I understand could cause miscommunication,...

> @ide since you wrote the blog post about this perhaps you can shed some light on this issue? Can this be solved server side in your auth proxy? Can...