Patrick Balestra

Results 32 comments of Patrick Balestra

Yes, I agree. Right now in the production DB we also have some accessories which don't have a price yet but we still want to display, so we could transform...

Sure, that is also a possibility, we just need to make sure to update the contribution form too then 👍

Is there any accessory in our database that we could insert in this new category?

Mmh, looks like CI failed on that. Is it required to move to Swift 5 right now? We could also encounter some problems when deploying to Heroku since we would...

We have specified to use the latest Docker image in the circle configuration but unfortunately it's not doing so. https://github.com/BalestraPatrick/HomeKitty/blob/b905b2a5c9f786b65f60fc59ce0a0301c377af95/circle.yml#L6

I started working on this and I'm able to start the animation by changing the content offset of the scrollView. ``` swift func startAnimating() { scrollView()?.setContentOffset(CGPoint(x: 0, y: -DGElasticPullToRefreshConstants.MinOffsetToPull), animated:...

Looks like this is working for us as well. I tested both on 5.3 without this flag to reproduce that `bes-upload` uploads various MBs of artifacts. Then on this PR...

I think what you're describing makes sense. I think we would welcome a PR and we can discuss it further there and make sure all tests pass.

I believe the main use case is linting in the IDE for developers. We used to have this with Tulsi and lost the ability to run `swiftlint lint --reporter xcode`...

Seeing the same error here. I followed the docs here: https://tulsi.bazel.build/docs/gettingstarted.html