Thomas Wana

Results 10 comments of Thomas Wana

Can you please merge this pull request, I also need this. Thank you.

Opencensus not supporting CMake is a showstopper for us.

Additional info: the observed hang of `res.get()` only occurs when the `tileinfos` array (and therefore the outer `group`) has more than 4 elements. Up to 4 elements the call doesn't...

It seems to have to do with the **total number of tasks in the canvas**. I simplified the canvas to: ```py res = group( tasks.generateTile.s(tileinfo) for tileinfo in tileinfos ).apply_async()...

@Helumpago thanks for chiming in. We don't have a real solution yet, but the workaround with the loop seems to be stable. We haven't had the chance to try another...

Unfortunately, this is still an issue. I also have perfectly valid Austrian phone numbers that don't validate.

One-line fix in ```QBAssetsViewController.m```: options.sortDescriptors = @[[NSSortDescriptor sortDescriptorWithKey:@"creationDate" ascending:NO]]; self.fetchResult = [PHAsset fetchAssetsInAssetCollection:self.assetCollection options:options];

I just came to say that I find the UI in the current state (1.13.0) very good as it is.

Same here, though my solution was to add to the end of `init-icinga2.sh`: ``` echo "include_recursive \"/custom_data/custom.conf.d/\"" >> /data/etc/icinga2/icinga2.conf ```