Michael Lehenbauer
Michael Lehenbauer
FWIW- This is still confusing. The entire tutorial is incremental until the final Babel section. When adding babel, it removes watchify, uglify, and the greet.ts file that were all added...
Oops. I misspoke. The tutorial isn't entirely incremental. It looks like the Watchify, Uglify, and Babel sections are each independent, which I guess is okay except: 1. The first half...
I'm surprised to see that there's (apparently?) no way to disable caching. I need to do this for testing / illustrative purposes. In particular I'm trying to simulate slow network...
@fhyfhyfhy That looks pretty clever! I will give it a shot, thanks.
I don't know if this is helpful, but we're running into the same issue. We currently have 6 packages in our monorepo (https://github.com/covid-projections/act-now-packages). It's honestly not a ton of code...
We ran into this as well. It'd be nice if Jazzy was a little more tolerant of newlines being absent.
Just to update the state of this on our end, @var-const actually spent a bunch more time trying to reproduce this using an Android emulator with 128MB of RAM (the...
@creativecreatorormaybenot Thanks for the added info. I'll check with the team to see if we think there's something we could put into a debug APK that would help us. In...
@creativecreatorormaybenot Very interesting! I hate to say this, but it's starting to seem possible that Firestore isn't really to blame for the crash. It may just be the symptom that...
It should be possible to update it to use firebase-admin, but I don't have cycles to spend on it right now. I'd happily accept a PR if somebody is interested...