Konstantin Bogdanov

Results 10 issues of Konstantin Bogdanov

**Steps to reproduce**: ``` cat /dev/urandom ``` **Stacktrace**: ``` panic: runtime error: index out of range [1] with length 1 goroutine 12 [running]: github.com/liamg/darktile/internal/app/darktile/sixel.(*decoder).processHeader(0xc000052c98, 0x30, 0x556bc20f25e0) github.com/liamg/darktile/internal/app/darktile/sixel/decoder.go:91 +0x41e github.com/liamg/darktile/internal/app/darktile/sixel.(*decoder).Decode(0xc000052c98, 0xc001ec6000,...

I'll need this badge later in JWT docs.

### Changelog category (leave one): - New Feature ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Support JWT authentication in `clickhouse-client`. Closes https://github.com/ClickHouse/ClickHouse/issues/17270. JWT...

pr-feature

### Changelog category (leave one): - Not for changelog (changelog entry is not required) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Fixes https://github.com/ClickHouse/ClickHouse/issues/67444...

pr-not-for-changelog
🍃 green ci 🌿

### Changelog category (leave one): - Bug Fix (user-visible misbehavior in an official stable release) ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Revert...

pr-bugfix

### Changelog category (leave one): - Bug Fix ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): Fix `Content-Encoding` not sent in some compressed responses....

pr-bugfix

### Changelog category (leave one): - Not for changelog (changelog entry is not required) #### CI Settings (Only check the boxes if you know what you are doing): - [...

pr-not-for-changelog
submodule changed

### Changelog category (leave one): - Not for changelog (changelog entry is not required) `chcache` is a tool similar to `ccache` or `sccache`, which stores compiler cache in ClickHouse. ###...

pr-not-for-changelog

https://github.com/ClickHouse/ClickHouse/issues/65024 ### Changelog category (leave one): - Improvement ### Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md): TODO ### Documentation entry for user-facing changes -...

pr-improvement

## What does this PR do? Instead of using `std::char_traits`, calculate string byte count ourselves. Upstreams our version of a fix https://github.com/ClickHouse/nanodbc/commit/69a9376d033e1fcf483a08e2feb9f09399cf56b6 https://releases.llvm.org/19.1.0/projects/libcxx/docs/ReleaseNotes.html#deprecations-and-removals >The base template for std::char_traits has been...