David Sanders
David Sanders
@vitaliyzolotoy, please reduce your repro Fiddle to not needing third-party dependencies like `twilio-video`. > To reproduce my issue you need to `Package Fiddle` and run app twice, (on first app...
This particular issue may have been the result of https://github.com/electron/trop/pull/254.
@slhck, it looks like `esbuild-register` works as an alternative to `ts-node` in my quick testing, here's a branch that makes the necessary changes: https://github.com/dsanders11/electron-react-boilerplate/tree/esbuild If you want to test it...
> at the moment I cannot recommend using `esbuild-register` because it does not error while transpiling That was an oversight by me - `esbuild` does not do typechecking, so it...
Can we also document how the Xcode zip files are created? 🙂
This could be caused by the local clock time on the machine being off by a small amount. Could you use https://time.is/ to check?
Should be fixed now, that case where the `outDir` didn't exist yet wasn't being handled, and now is. Thanks for the heads up!
It's supposed to work for external users as well, in cache-only mode. Can someone provide details on what happens if you run the suggested `e d rbe login`? Are there...
Hi all - we think this may be resolved now, can you try authenticating again? Non-maintainers should get cache-only access.
@nikitakot, an `e sync` might clear that up.