Greg Fenton
Greg Fenton
I got a working example of what I think is valid behaviour. But it is more code that I'd expect to have to do. Wondering if either: - I'm missing...
Lack of this support in the emulator is really problematic for developing & testing highly concurrent workflows. Being forced to do it in a cloud instance rather than locally in...
Your `app.json` lists `./assets/XXX.png` but the error states `/Users/username/PROJECT_NAME/assets/images`. Any idea where the `/images` is coming from? Maybe do a string search of your repository for `assets/images` ?
If taking this on, consider a tri-state for selection: full, partial, none. In a tree of: ``` a--+ +-- b --+ | +-- ba | +-- bb +-- c ```...
BTW: I have lost a fair amount of time from this issue and a related issue: pages with older versions of the API are showing up at the top of...
> @gregfenton Do you use TypeScript? I do not.
> This runs into the perpetual challenge of keeping functioning code snippets in documentation. Directionally correct is more important than perfectly correct "copy-n-paste" examples. > At this time I do...
I'll happily submit a docs PR, if someone would provide direction as to where such an above example should be submitted. Or maybe a pointer to a guide on documentation...
@jpoehnelt When I run `npm run docs`, the docs folder is created and files are generated but I do not see the particular documentation page this issue describes. Should I...
Can this be closed now?