Artem K.

Results 5 issues of Artem K.

We're doing the following, all in the main thread (in this case that's fine): 1. `database.register(view, withName: viewName)`; 2. right after that we create a new transaction and `transaction.ext(self.viewName)` returns...

YDB_DeleteSourceIfAllDestinationsDeleted implementation counts only edges with the same name as the deleted one (even if there are edges with another name and same source in the database). Is it by...

It's a common use-case to verify that the method will be called at some moment in the future in a given timeout. It's possible to implement this using `Perform`, but...

The ideal interface looks like: ``` @interface MTMathUILabel : UIView @property (nonatomic) BOOL adjustsFontSizeToFit; @end ``` Do you have any ideas about the clear way to implement it? Currently I...

We've been facing a situation when both `requestDidTimeout` and `didReceiveResponse` were called for a single request. This might result in a crash when used e.g. with DispatchGroups to wait for...