Chris Wynn

Results 7 comments of Chris Wynn

Some issues with tableviews not hiding and not hiding animated seem to be due in part to the changes to the `setOpacity` method that were introduced here: https://github.com/Juanpe/SkeletonView/commit/2f2e542d51e4ce213439e051ad913a89d58fd36e#diff-9eb1f0cbab2c306e2cdd6b5ca5d7df0cL142 Either removing...

@Juanpe I think there may be a minor issue with the `setOpacity` method... at least for table views. See (https://github.com/Juanpe/SkeletonView/issues/277#issuecomment-629431593). Do you recall why that code change was required as...

### Additional Use Case for the mobile/cross platform SDK: Login/Logout - When a user logs in, the SDK provides a way to set the user id, username, etc. - When...

> ### Additional Use Case for the mobile/cross platform SDK: Login/Logout After further testing, it appears that: - `SentrySDK.setUser(nil)` does restore the installation id - `SentrySDK.setUser(User())` does not restore the...

Also experiencing intermittent failures: - receiving intermittent 500s sending device control commands and reading status: - POST /v1.1/devices/{deviceId}/commands - GET /v1.1/devices/{deviceId}/status - [webhook events](https://github.com/OpenWonderLabs/SwitchBotAPI/blob/main/README.md#receive-events-from-webhook) in response to successful device control...

@philipphofmann I'm not sure if this is the limitation you describe but... I'm seeing an issue where starting a transaction with `bindToScope: false` does not place the transaction into the...

@romtsn Additional Use Case for the mobile/cross platform SDK: Login/Logout - When a user logs in, the SDKs provide a way to set the user id, username, etc. - When...