Sasha Yakovtseva

Results 42 issues of Sasha Yakovtseva

Version: v3.0+ What we have now: ```BatchGetObjects(policy *BatchPolicy, keys []*Key, objects []interface{}) (found []bool, err error) ``` So, to get objects into `[]myStruct` one have to first get them into...

https://github.com/operator-framework/operator-sdk/blob/master/doc/test-framework/writing-e2e-tests.md

https://stackoverflow.com/questions/48547280/how-to-get-slice-of-concrete-type-not-pointers-in-go-protobuff

question

We should support `--export` flag in `sbatch`

E.g when admin puts slurm into a maintenance we should disable job scheduling on k8s node as well.

I am trying try connect cockroachDB to ClickHouse via PostgreSQL jdbc driver. Cockroach claims to be PostgreSQL compatible, and indeed in go application we work with it using pgx driver....