yerzhant

Results 15 issues of yerzhant

After upgrading terraform to v0.12.26 started to get: ``` Launching language server: /home/yerzhan/.vscode/extensions/hashicorp.terraform-2.0.1/lsp/terraform-ls serve 2020/06/12 06:30:46 service.go:63: Preparing new session ... 2020/06/12 06:30:46 langserver.go:79: Starting server (pid 20873) ... 2020/06/12...

Could you please enable container reusage across r2dbc and jdbc urls? Use case (in Spring Boot): ``` spring: r2dbc: url: r2dbc:tc:postgresql:///test?TC_IMAGE_TAG=12-alpine flyway: url: jdbc:tc:postgresql:12-alpine:///test ``` https://github.com/testcontainers/testcontainers-java/issues/4282 https://github.com/spring-projects/spring-boot/issues/28076 https://github.com/flyway/flyway/issues/3282

type/feature
modules/jdbc
resolution/acknowledged
modules/r2dbc

K8s ver. 1.17.6 After applying https://github.com/kubernetes/cloud-provider-openstack/blob/master/manifests/cinder-csi-plugin/cinder-csi-nodeplugin.yaml and creating a PV logs are flooded by: ``` Jun 13 15:43:33 worker-2 kubelet[4066]: I0613 15:43:33.776472 4066 clientconn.go:104] parsed scheme: "" Jun 13 15:43:33...

lifecycle/frozen

With these 3 variants: v.1 ``` final _childrenFormater = MaskTextInputFormatter(mask: '##'); final _children = TextEditingController(text: '0'); @override void initState() { super.initState(); _childrenFormater.formatEditUpdate( TextEditingValue.empty, const TextEditingValue(text: '0')); } ``` v.2 ```...

## Which version are you using? v0.20.0 ## Which operating system are you using? - [ ] Linux amd64 standard - [x] Linux amd64 Docker - [ ] Linux arm64...

As blocs _are directly emitting_ in event handlers I believe that the warning [here](https://bloclibrary.dev/#/coreconcepts?id=state-changes-1) (at the bottom): > Blocs should never directly emit new states... should sound like this "Blocs'...

documentation

When the widget is placed inside a Column widget like this: ``` Column( mainAxisAlignment: MainAxisAlignment.center, children: [ QrImageView(data: 'abc'), Text('Some text'), ], ``` In simulator there's no problem, but tests...

bug

`@Sql` annotation is from jdbc package (`org.springframework.test.context.jdbc`). Could you please make it more general (from jdbc & r2dbc perspective) so that one can do like this: ``` @DataR2dbcTest @Sql("scripts/normalize-sheet.sql") ```...

in: data
in: test
type: enhancement

On playing https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8 got this error: ``` I/flutter (11743): RangeError (length): Invalid value: Only valid value is 0: 1 I/flutter (11743): #0 List.[] (dart:core-patch/growable_array.dart) I/flutter (11743): #1 NativePlayer._handler. (package:media_kit/src/player/native/player/real.dart:1749:44) I/flutter...