Mateus Amin
Mateus Amin
> Specifically, how do I run the integration tests? I am looking for an answer to this as well. Really great project btw @denzp
@edrevo Looks like you need to copy the source code in for the tool in as a bin your project: https://github.com/denzp/cargo-wharf/tree/master/cargo-container-tools
You are correct. I suppose the archiver aarch64-linux-android-ar is simply missing in NDK 23 rc prebuilts. I only see llvm-ar. The changelog for NDK 23 is [here](https://github.com/android/ndk/wiki/Changelog-r23)
> > Yes, that should work. What sort of Dart support do you expect from this repository? This repository merely contains proto file definitions which are language independent. > >...
I also get this at 10 deployments. It is a random pod each time. I suspect it can be replicated by deployments * time of each deployment. And according to...
Well, here is where the message comes from in the code: https://github.com/kubernetes/kubernetes/blob/0424c7c74d926b4fe3193059e003e9056b429d28/staging/src/k8s.io/client-go/rest/request.go#L529
Okay, so it is respecting the QPS/Burst limits of the cluster unless overridden: https://github.com/kubernetes/kubernetes/blob/0424c7c74d926b4fe3193059e003e9056b429d28/staging/src/k8s.io/client-go/rest/config.go#L123
Personally, not using TiDB but would switch if postgres ever fails to scale for us. MySQL differences: https://docs.pingcap.com/tidb/stable/mysql-compatibility https://docs.pingcap.com/tidb/stable/pessimistic-transaction https://docs.pingcap.com/tidb/stable/security-compatibility-with-mysql
https://github.com/grpc/grpc-dart/blob/c982597faea6079712182b663779bf3098d25578/lib/src/client/transport/web_streams.dart#L61 Updated envoy to latest 17 and matched grpc-web echo example config. Updated to dart grpc master. Same error.
HAR: [localhost.zip](https://github.com/grpc/grpc-dart/files/6836274/localhost.zip) HAR without _initiator: ```json { "log": { "version": "1.2", "creator": { "name": "WebInspector", "version": "537.36" }, "pages": [], "entries": [ { "_initiator": {}, "_priority": "High", "_resourceType": "xhr", "cache":...