Jeff Verkoeyen

Results 117 comments of Jeff Verkoeyen

The main things I'd like to reuse thus far are the running of the emulator on a background thread (the preRun, run, and postRun logic) and the feeding of audio...

With the above in mind, perhaps the next step after the callback bridge is to provide an emulator runner + audio bridge API that extracts those two code paths into...

Quick status update video of the integration: https://user-images.githubusercontent.com/45670/104797180-2e5ecc00-578a-11eb-9f5a-320f4e081ecd.mov

Call stack & undo now integrated as well. Video shows using the watch command to observe changes to a variable. Call stack is in lower-left corner. https://user-images.githubusercontent.com/45670/104798398-81d61780-5794-11eb-9df1-6e319a1b4739.mov

I just ran into this as well with a fresh install. I attempted to configure the security settings like so: The only other action I had taken before this was...

In Swift we document which properties our view-based interactions affect.

Discussed in sprint planning: it's not super likely that people will be using Rebound and Material Motion's spring in the same file, especially if we drop the Rebound dependency.

Def! Thank you for making a library that works so well! I'm trying to build my dream version of iTunes and being able to hook in SoundCloud-like waveform visualization for...

The change you made got really close to the right thing, but unfortunately due to the fact that the SwiftUI APIs were included in the library I ran into the...