Yes, I especially love it when the auto-playing video automatically goes to the lower-right hand corner of the screen when you scroll down so you don't miss anything. So convenient! Can't wait for this exciting new feature.
I never played RCT, I thought this was really fun and was hooked for a good minute.
Ran smoothly on MBP M1+Chrome. I couldn't figure out how to start the kiddie rides or get people through the doors initially. It might be fun to have some kind of daily challenge or competing with other parks. I found clicking in the 3D space to a little tricky.
> Maestro is an open-source framework that makes UI and end-to-end testing for Android, iOS, and web apps simple and fast.
Write your first test in under five minutes using YAML flows and run them on any emulator, simulator, or browser.
envoy (the proxy) can transcode RESTful APIs to internal grpc services and vice versa. you can even map like url params etc. to proto fields. it works well, even server streaming.
I was pushing at one point for us to have some code in our protobuf parsers that would essentially allow reading messages in either JSON or binary format, though to be fair there's some overhead that way by doing some kind of try/catch, but, for some use cases I think it's worth it...
I think this is cool! Honestly it’s one less click back into an IDE. I think I’d still have to hop back to commit to git, but it’d save me all the copy+paste time (esp w/ css styles).
CMD k instead of right click. But you have to have the dev server installed. We can’t edit source maps, we can only edit your actual source code. But there’s a full IDE in there so you can easily update the jsx code from your browser.
Oh I love this. And it'd be really cool to see that.
The current output isn't a particular format. It's purely text output that looks like this.
1:01 -----|A1--B1|----A3--A4|
1:03 -----|A1--B1|--A3--A4|---B2|
If you had a way to copy and paste that as a string of notes and visualize in a loop or some-how that might work. You'd have to figure out how long a note was pressed etc, so it may require some extra logic.
reply