Sergei Ryabkov

Results 6 issues of Sergei Ryabkov

This morning `kapp` created major havoc on the cluster when I was trying it out Deployment command: ``` helmfile -e sandbox template | kapp -y deploy -a postgres -f -...

helping with an issue

The `20.2.0` tag is placed on commit `f395fbc` instead of `86e1dea`, which follows it. When one does `git checkout 20.2.0`, they get `20.2.0` bits with the `20.1.0` version number Please...

`blackbox_addadmin` asks me to commit - keyrings/live/pubring.__gpg__ - keyrings/live/trustdb.gpg - keyrings/live/blackbox-admins.txt `git status` reports that I need to commit - keyrings/live/pubring.__kbx__ - keyrings/live/blackbox-admins.txt So, there is a confusing discrepancy. I...

# What Update tests for wordle to verify the program's behavior on words with repeating letters # Why My first version of wordle (`wordle_bug.c`) didn't correctly handle words with repeating...

CS50x

I was looking for a VS extension that does two things: 1) replaces CREATEs with ALTERs in individual artifact definitions (stored procedures, functions and views) in SSDT database projects and...

It looks like `dotenv-linter` might not be correctly detecting single-quoted values when there is a dollar sign in the string. The test case is below. Both `SECRET_11` and `SECRET_21` are...