Vitaly Potyarkin
Vitaly Potyarkin
## Idea 1. Create a build script that packages LibPQ into *.mez file 2. Build and test LibPQ as Power Query Extension * Decide where to store LibPQPath (or maybe...
Add support for column-or-listofcolumns style value for key_field parameter, like that of many functions in standard library
GitHub Actions provide Windows environment with half of Unix installed on top. This is not exactly representative of an average Windows PC. We should run CI tests in a more...
See [docs/howto-poetry.md](https://github.com/sio/Makefile.venv/blob/master/docs/howto-poetry.md), [docs/howto-pipenv.md](https://github.com/sio/Makefile.venv/blob/master/docs/howto-pipenv.md)
From what I've gathered there exists a risk of violating the rate limit when using this module. As of now `RateLimitDecorator` does not calculate a sliding time frame to track...
Thanks for creating and maintaining Gerbera! Almost everything worked out of the box with my TV (LG OLED65C8, WebOS 05.10.40), but seeking within videos didn't (I use only direct play,...
StrictYAML dumps empty dictionary as {} which it later refuses to load because it's "ugly flow style". That makes it impossible to load documents created by StrictYAML back into itself....
Hello, Thank you for this project! It proves that an idea of mine is feasible and inspires to pursue it. Could you please explain how does it work internally? Especially...
# Expected Behavior CI runner should fail fast with a meaningful error message when container registry responds "401 Unauthorized" # Real Behavior CI runner waited and waited, probably retrying multiple...
I'm trying to understand how to reliably access the latest artifacts generated by a particular task. At first glance it seems straightforward (as per [docs](https://cirrus-ci.org/guide/writing-tasks/#artifacts-instruction)): `https://api.cirrus-ci.com/v1/artifact/github/////`. But for more complex...