Gleb Sinyavskiy
Gleb Sinyavskiy
It would be amazing to have a binary search function for arrays of ~~`camparables`~~ `constraints.Ordered`s in the package. WDYT? Would you accept a PR with it?
Due to official FAQ https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates, it's possible to reply direcly to Telegram requests in webhook mode. It's a preferrable way for highly-loadded bots because of reducing API calls. As I...
#### Your system information * Steam client version: does not matter * SteamOS version: 3.0 * Opted into Steam client beta?: No * Opted into SteamOS beta?: Yes * Have...
#### Your system information * Steam client version: does not matter * SteamOS version: 3.0 * Opted into Steam client beta?: No * Opted into SteamOS beta?: Yes * Have...
Hello, thanks for this awesome project! Are there any plans to add support for `format`? I'd like to build a ruby gem on top of your library and missing support...
# Description `Rollbar.log` may modify payload passed by the user and corrupt data that must remain unchanged. Version: 3.0.0 # How to reproduce ```ruby require 'rollbar' Rollbar.configure do |config| config.access_token...
**WIP** As discussed [here](https://github.com/socketry/async/issues/62) I introduce a new class called `Waiter` which can be a drop-in replacement `Barrier`. The only difference is that it can await for first N tasks....
Пользователи, которые качают и раздают с помощью transmission(или других клиентов) на домашних серверах-файлопомойках без GUI пользоваться проксёй не смогут. Нужна консольная утилита с аналогичным функционалом, без электрона(а лучше и без...
Hello, I'm currently working on a project that uses Async::WebSocket to interact with a database running locally and Async::HTTP to call some 3rd party services. I wanted to use WebMock...
Signed-off-by: Gleb Sinyavskiy ## Description Makefile uses shasum to calculate checksums of binaries, shasum is a part of perl package(on Archlinux and perl-utils on alpine) which makes perl a build...