Robbert Brandsma

Results 3 issues of Robbert Brandsma

Since Swift 5.7, Swift provides language-level support for distributed actors. Distributed actors can be defined using the `distributed actor` keywords. On distributed actors, one can define distributed methods using `distributed...

There is a fix for the issue described in #310 (in #311), but a test case catching this bug should still be added to the test suite. This probably involves...

enhancement
help wanted

The protocol definition of TimelineViewDelegate currently looks like this: ``` objc @protocol TimelineViewDelegate ... @end ``` Because TimelineView inherits from UIScrollView, and UIScrollView already has a property 'delegate', you require...