Tamas Weisz
Tamas Weisz
This improves performance when writing out arrays with a very large number of chunks. I made this change based on profiling and debugging. I found that in my case, where...
**Situation**: automated vulnerability scanners, like Twistlock, are picking up on Docker images using the root user in our production systems. As far as I can tell, and per advise from...
**Feature Request** Azure's hosted Cosmos DB offering has a Cassandra-like interface. It would be convenient to use that, so that one doesn't have to maintain their own Cassandra instance as...
**Version of Cadence server, and client(which language)** This is very important to root cause bugs. - Server version: 0.23.2 - Client version: N/A - Client langauge: N/A **Describe the bug**...
**Version of Cadence server, and client(which language)** This is very important to root cause bugs. - Server version: v0.23.2 - Client version: N/A - Client langauge: N/A **Describe the bug**...
Aims to resolve #135. This set of changes provides an option to provide task definitions to the `ECSCluster` rather than having the cluster create one on startup. This can help...
I have a `table` with some CSS class. I use the same CSS class name to denote the `tr` and `td` elements in the table. When using `Query.find` to find...