Results 5 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...

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