Gleb Vishnevsky

Results 17 issues of Gleb Vishnevsky

#### System information Erigon version: `./erigon --version` 2022.99.99-dev-1303023c OS & Version: Windows/Linux/OSX ubuntu 20.04 Commit hash: 1303023cb8949050250384a2713c6f65896dd27e #### Expected behaviour No deadlock #### Actual behaviour Deadlock :( It stucks in...

Looks like there is an old version of package in npm repo. https://registry.yarnpkg.com/koa-locales/-/koa-locales-1.12.0.tgz As you can see there is no yaml support.

Hello! I'm encountering an issue where the default value for [FollowerPingRpcTimeout](https://github.com/ytsaurus/ytsaurus/blob/d05957126d6ef7ba50d2ee8e5a9cdad8592ce3aa/yt/yt/server/lib/election/config.cpp#L13-L14), which is currently set to 1 second, appears to be insufficient. This setting seems problematic because master followers frequently...

Hello! Currently, the `YT_SECURE_VAULT_*` variables are exposed in the job specification. The suggestion is to make these variables hidden in the `get_job_spec` to enhance security.

good first issue
SDK

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Hello! I'd like to propose making the internal script add_table_replica.py, which is used for adding new replicas to replicated dynamic tables, available as open source.

dynamic tables

I would like to propose an enhancement to the Ytsaurus CRD by adding advanced configuration options. These options will enable more granular control over Ytsaurus specifications and cater to varying...

Operator version: [af42b5642038e9d0b2ee6746a96403a16c78e845](https://github.com/ytsaurus/yt-k8s-operator/commit/af42b5642038e9d0b2ee6746a96403a16c78e845 ) Strawberry version: [0.0.5 e6ba5a781e10717a4ce2611c4c623ed1087137e1e359f2b2af1391dd7bfc04aa](https://hub.docker.com/layers/ytsaurus/strawberry/0.0.5/images/sha256-e6ba5a781e10717a4ce2611c4c623ed1087137e1e359f2b2af1391dd7bfc04aa?context=explore) Error: ```bash panic: call 718cac8d-86e46ba7-354f650c-9db060c9 failed: error resolving path //sys/strawberry/chyt: node //sys/strawberry has no child with key "chyt" goroutine 1 [running]: go.ytsaurus.tech/yt/chyt/controller/internal/agent.(*Agent).Start(0xc000000600)...

bug

I would be great to have the ability to remove not permitted attributes. For example: ```js const params = { age: 25, foo: "bar" } const rules = { age:...

Hello! Since not all OAuth providers have logout url it would be useful to make `logout` url optional and just remove cookies without redirect to OAuth provider.

auth