Results 7 issues of cpg314

In a deployment with multiple shards and a single replica each, I seem to have observed the following: 1. One of the shards has its pod restarting (in my case...

stale

The following test currently fails: ```rust async fn test_one< T: Clone + std::fmt::Debug + std::cmp::PartialEq + klickhouse::ToSql + klickhouse::FromSql, >( sample: T, client: &klickhouse::Client, ) { let sample2: klickhouse::UnitValue =...

**What steps did you take:** I have a fairly small ytt configuration, with 36 files and 1600 lines. Among these, 20 files are values (totaling 1100 lines). ``` ------------------------------------------------------------------------------- Language...

bug
discussion

The following (invalid, as `b` is not defined) snippet ```jsonnet [x.value for x in std.objectKeysValues({ a: b })] ``` seems to trigger a panic during evaluation: ``` thread 'main' panicked...

# Bug Report I think this is identical to #1355, but given that issue is 3 years old, I am reopening an issue at @Keats 's request. In summary, shortcodes...

bug
help wanted
good first issue

This is a follow-up to https://github.com/Protryon/klickhouse/issues/28. It allows other crates to construct `Block`s from data. I use `Block::read` functions in https://github.com/cpg314/polarhouse ([here](https://github.com/cpg314/polarhouse/blob/2368bde9aa79ad690f5f482e3d0bd2a3b0abaff3/src/clickhouse.rs#L217)) and having this merged would allow me to...

I am running the same Q4_K_M model (Mistral Small 3) in `llama.cpp` and `ollama`, seemingly with the same configuration, on an NVIDIA RTX 3060 12 GB VRAM and an AMD...

stale