Ryan McCue
Ryan McCue
Editor's now in and firing events and such. Currently, typing too fast will cause problems as the UIView updates before React propagates the change back to the component. Typing slowly...
(Also still needs a proper toolbar, styling, etc etc)
Crazy idea for beta builds: only rebuild if we have a flag of some sort in the commit message, or if we specifically bump a version number. Otherwise, use publish...
Also, I haven't adjusted ESLint to add the Jest globals for Detox yet, so linting will fail for now.
For some reason, `--generate-screenshots manual` isn't working for me. Once it does, we can finagle the `generate-screenshots` bit some more and pass an artifact directory manually to have a screenshots...
We are also interested in this feature, as using `scp` over a shell requires separating stderr from stdout in the stream. As SSM merges these streams together currently, it is...
I don't want to make specific assumptions in Cavalcade itself about the run time of jobs or similar, as it's designed to be generic infrastructure; a 3 hour job could...
Ideally, what I'd like is two parts: - The generator as a standalone utility - It should be possible to run the importer on an arbitrary system rather than just...
Could you adapt Mark's plugin? I'd rather it stay modular, rather than us hacking around in WP for everything.