Neil Horton
Neil Horton
I wonder if we need actual snapshotting logic for this, maybe it can be done by injecting the colour of the labels font and background colours of layers, though might...
Sure no problem! For example, in quite a few of my custom view I use `OCKHeaderView` as the header. In my custom `ViewSynchronizer` I will often have to re-implement functionality...
The hardest part is figuring out the target branch, perhaps we could rely on a user populated ENV variable?
It could default to develop as the most common case
different systems PR checkers work in different ways, if people can edit these to set an environment variable we could read it. I don't really see another way of identifying...
We could but then the MasterFastfile takes on CI specific responsibilities which we have always avoided in the past. Personally I'd not against adding that script, its more complex to...
I need to try this out on a project but hopefully this should make our signing much easier
I think we can agree the wiki approach is not working, it isn't being updated and I'm pretty sure no one uses it. I propose we instead have some kind...
We could add a protocol extension for the `DataResourceType` when the Model is Void to return `.success()` by default to eliminate this step for the developer as this is common...
@lucianomarisi Well we would still have the compiler error as the extension would only be on the case when the Model is `Void`?