Zhang Cheng

Results 12 issues of Zhang Cheng

Some times maybe we should do some analytics from begining, when i create the topics with --retention-time 0, it will failed

enhancement
help wanted
good first issue

version: 0.13 ![微信截图_20220706102932](https://user-images.githubusercontent.com/1751829/177455026-10910463-d0fa-443e-8d67-4ec503560cc7.png)

bug

my code, often have exception ``` Future _doDisconnect() async { if (null != _dataMonitor) { await _dataMonitor.cancel(); } if (await widget._bleDevice.isConnected()) { await widget._bleDevice.disconnect(); } ``` ``` E/flutter (22646): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)]...

``` D/com.polidea.flutter_ble_lib.FlutterBleLibPlugin( 7591): on native side observed method: readCharacteristicForIdentifier E/flutter ( 7591): [ERROR:flutter/lib/ui/ui_dart_state.cc(166)] Unhandled Exception: BleError (Error code: 2, ATT error code: null, iOS error code: null, Android error code:...

i have a peripheral run at my phone with android gatt server api implement as a echo server but every time send some data to the peripheral, central received the...

### What happened? ``` aws:ec2:LaunchConfiguration (relation-nodeLaunchConfiguration): error: deleting urn:pulumi:dev::relation-eks::eks:index:Cluster$aws:ec2/launchConfiguration:LaunchConfiguration::relation-nodeLaunchConfiguration: 1 error occurred: * error deleting Autoscaling Launch Configuration (relation-nodeLaunchConfiguration-21fee55): ResourceInUse: Cannot delete launch configuration relation-nodeLaunchConfiguration-21fee55 because it is attached to...

kind/bug

**Describe the bug** ![image](https://user-images.githubusercontent.com/1751829/111642645-3b0aa980-8839-11eb-9d23-ad9437094789.png) **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Environment (please complete...

``` error[E0277]: the trait bound `std::collections::HashMap: std::iter::FromIterator` is not satisfied --> src/main.rs:68:10 | 68 | .collect::()?; | ^^^^^^^ a collection of type `std::collections::HashMap` cannot be built from an iterator over...

### What happened? when i create aws rds cluster, it failed ``` creating RDS Cluster (data-sync-dev-cluster): InvalidVPCNetworkStateFault: Availability zone '[ap-southeast-1c]' is unavailable in this region, please choose another zone set....

kind/bug
awaiting-feedback