Michael Bachand

Results 14 comments of Michael Bachand

@qyang-nj (not urgent) do you have any sense of where we'd start for adding this? I'd like to implement this issue.

Great work @qyang-nj and @dfed

> We made the app binary (`//App:ExampleApp`) depends on both the `SwitfShared` and `SwfitSharedFramework`. As previously stated, depending on `SwiftSharedFramework` isn't necessary for Buck CLI, but it makes generated project...

**Update:** I was mistaken about this. See @qyang-nj's comment below. ----- ~~It seems like these symbols are being duplicated in a Buck CLI build as well.~~ ~~I built the project...

@qyang-nj and I learned that https://github.com/airbnb/BuckSample/pull/53 caused the code duplication described in https://github.com/airbnb/BuckSample/pull/52#issuecomment-474643614

Almost done... `XCUITestHostsApp` tests are [broken](https://travis-ci.com/airbnb/BuckSample/jobs/198824660#L1534) with this error ``` Falling back to contents of entitlements file "XCUITestsHostAppBinary.entitlements" because it was modified during the build process. Modifying the entitlements file...

Along these lines I also think it would be useful to show how to create an archive from a Buck CLI build that can be used to upload to the...

Thanks for writing this up in such detail @rafael-assis . Ideally the "storage" for all `@State` properties in view hierarchy would be functional during inspection. When only the outermost view's...

@fdiaz let's say we just have one type but it has multiple initializers. We print the parameters for each initializer on a new line right? For the type location command,...

I noticed this line in the [README](https://github.com/buildkite/homebrew-buildkite/blob/018b9dd7493ac3e9ff51fa39d974aa5225db2f9a/README.md#notes-for-buildkite-agent): > Using a LaunchAgent instead of a LaunchDaemon does require a user login, but it allows your tests to use GUI tools (such...