Ken Kaizu
Ken Kaizu
start kinesatelite 1.14.0. ```sh > npm install -g kinesalite ... + [email protected] ... > kinesalite Listening at http://:::4567 ``` create stream and get shard iterator. if use `--shard-iterator-type AT_TIMESTAMP`, kinesatelite...
### Problem [From finagle 20.4.1, finagle-mysql support connection init request](https://finagle.github.io/blog/2020/04/26/release-notes/). It is same feature with [HikariCP connection-init-sql](https://github.com/brettwooldridge/HikariCP).  Currently FinagleMysqlContextConfig doesn't support this feature. ### Solution Add `connectionInitSql` config for...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
argo-cd and argo-workflows Nav bar doesn't have `a` tag. So currently we cannot open it from `right click`. In addition, browser doesn't register page histories, so we cannot `go forward`...
## Motivation h2spec doesn't support arm64 release binary in [any releases](https://github.com/summerwind/h2spec/releases). ## Do Build darwin/linux arm64 binaries in `make release`. ```sh > uname -a Darwin MacBook-Pro 22.5.0 Darwin Kernel Version...
**Version**: 4.6.0.1 and master branch (sha1: 16c5404d415ecfd352603e57fc5e25db856be884) **Module**: `quill-sql` **Scala**: 3.2.2 ### Expected behavior ```scala inline def q = query[Person] .join(query[Person]) .on((p1, p2) => p1.name == p2.name) .groupByMap(r => r._1.age)(r...
#### What type of PR is this? /kind bug #### What this PR does / why we need it: Change multiline warn log into single log using required information not...