Maciej Burda

Results 23 comments of Maciej Burda

Thanks for reporting this @kabiroberai. I will double check with the team and get back to you as soon as I can.

This code is executed in ``` -(void)layoutSubviews { [super layoutSubviews]; [self setupBlurView]; } ``` of the custom collection view cell using ``` [collectionView dequeueReusableCellWithReuseIdentifier:@"CustomCell" forIndexPath:indexPath]; ``` The reason why I...

There is strong diffrence between left and right blur view. Left has artifacts (blur is distorted in some kind of wrong way). It looks much worse when you are actually...

Here is my test code for 3D transitions of this view. It seem to work fine on every axis. ``` #import "ViewController.h" @interface ViewController () @property (nonatomic, strong) UIVisualEffectView *blurView;...

@mlvea Thanks for reaching out! Normally this error means that `RUMMonitor.shared()` was called before: - `Datadog.initialize(with:)` [reference](https://github.com/DataDog/dd-sdk-ios/blob/1a2af322c159c34f4008f0718ed4e80407fcde58/DatadogCore/Sources/Datadog.swift#L366) - `RUM.enable(with:)` [reference](https://github.com/DataDog/dd-sdk-ios/blob/1a2af322c159c34f4008f0718ed4e80407fcde58/DatadogRUM/Sources/RUM.swift#L19) Which we always considered unintentional misconfiguration, so we decided to...

It seems like for this particular use case you could, initialise the SDK with `.pending` tracking consent and update it later on with this API: ```swift Datadog.set(trackingConsent: .granted) // or...

Closing due to lack of activity. Please let us know if you need more help on that one.

Just a quick heads-up that we've closed the GitHub issue you reported due to inactivity. If you've updated your SDK to the latest version and the problem still persists, feel...

@crewshin Thanks for checking! I closed this issue as a part of the clean up. GH Issues are becoming quite busy - being a mix of feature requests, bug reports,...

@dfed Thanks for double checking with us! In this case it's neither. It's on our list, but unfortunately it falls behind other priorities as of now. We're trying to find...