Mikhail Kumachev
Mikhail Kumachev
I have two python versions installed via asdf: - 3.9.6 - 3.8.11 I use `3.9.6` as a global version, and for my python project I set up a local version...
There are two changes in this PR: 1. Internal port. Currently, you may change `service.internalPort` in Values, but flower always starts with the default port. I think it is a...
.NET Core 2.1 is out of support. We should remove its support too. Additionally, it allows us to get rid of conditionals in csproj.
Add support for full framework. Check library on Windows with full framework.
**Problem description** Currently [NuGet package](https://www.nuget.org/packages/Dodo.HttpClient.ResiliencePolicies/) documentation section is provided by hand via NuGet.org management panel. You have to provide new documentation text for each release. It must be automated somehow.
**What type of PR is this?** /kind documentation **What this PR does / why we need it**: There are two goals for this PR: 1. Get familiar with the Kubernetes...
## Overview Add sound effects during typing: typewriter sound on correct symbols and error sound when the incorrect key was pressed. Sound provides additional feedback to the user and can...
I faced a few issues after going through the instructions in `CONTRIBUTING.md`. The PR addresses the following issues: 1. `make run-seed-codesources` requires a valid Github Access Token to be able...
It would be nice to add a typewriter or any other sound when printing a character to be able to see and hear the progress. Ideally, it should be configurable...