Cameron Cooke
Cameron Cooke
Will this be merged soon, would be good to be able to start testing this?
Thank you. Yes we can workaround the issue either by prefix instances with the module name or by just importing the symbols we need from the SDK instead of importing...
We've built a fork that has support for multiple selection of dates, it's not had much testing but feel free to try it: https://github.com/brightec/objc-TimesSquare
I'm also having this issue, was this issue ever resolved in Vapor 3? We're only just ported our application from Vapor 2 to 3 and are not keen on porting...
Why is this marked as "Won't Fix" when clearly many people and expressing the need for this?
Right, I think I worked it out, it's a bit involved due to two specific limitations when using `UIViewRepresentable` views: 1. You can't inspect the `uiView()` reliably without waiting for...
I agree around tooling, I think the issue here is that there are some intricacies with testing `UIViewRepresentable` views and about a million different ways of writing the tests but...
My organisation has been tasked in renaming our repos branches to `main` and I'm unsure if we can rename our private specs repo without breaking integration. Is there a plan...
Out of interest because I'm curious what are common use-cases for scripting?
> @cameroncooke Basically, you can do Map Local, Map Remote, and Breakpoint and more complicated tasks by writing JS Code instead of using GUI. > > > > You can...