minami yoshihiko
minami yoshihiko
`sqlparser-rs` couldn't evaluate following MySQL statement. ```mysql CREATE TABLE users (id INT, name VARCHAR(10), INDEX (id)); ``` Evaluating this statement by using cli caused following error. ``` [nannany@nannanynoMBP sqlparser-rs (main...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...
# Overview Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.16 to 2.2. Also, a compile error that occurred as a result of this change has been corrected. # Background https://github.com/binaryfoo/emv-bertlv/issues/21
### Definition of Ready - [ ] I am happy with the code - [ ] Short description of the feature/issue is added in the pr description - [ ]...
### Preflight Checklist - [X] I could not find a solution in the existing issues, docs, nor discussions - [X] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Describe your problem...
I am trying to access a token endpoint using [jwt.go](https://github.com/golang/oauth2/blob/master/jwt/jwt.go) with client authentication by a private_key_jwt. I would like to use ES256 as the private key algorithm, but it appears...
### Preflight Checklist - [x] I could not find a solution in the existing issues, docs, nor discussions - [x] I have joined the [ZITADEL chat](https://zitadel.com/chat) ### Describe your problem...