Michael Nikitochkin
Michael Nikitochkin
@philipp-classen Do you think it would be worth mentioning this library in the README? It might be helpful for new users who want a complete package they can include via...
For me it would not make any sense, as i don't use dockerls.
Hi @taylorfinnell, Thank you for adding me! Would you also mind adding me to [awscr-signer](https://github.com/taylorfinnell/awscr-signer)? I see that these projects are connected. Thanks!
@taylorfinnell I tried to push my changes to `awscr-signer`, but it looks like I don’t have the necessary permissions:. ``` $ git push Gesamt 0 (Delta 0), Wiederverwendet 0 (Delta...
@lucacome As I remember it is done on Organisation Level - I don't have permissions. https://github.com/orgs/opentracing-contrib/packages/container/openresty/settings
Yep, it works without the flag. As I know it will be enabled by default in next ruby version 3.4.
@treagod Sounds like a good plan.
I believe this issue is caused by a conflict between the standard Crystal::Scheduler implementation and the custom one provided by [execution_context](https://github.com/ysbaddaden/execution_context). ``` The shard replaces the regular Crystal::Scheduler implementation in...
In my first impression the nbchannel.cr was a modified version of Channel. It means need to update the code to the latest https://github.com/crystal-lang/crystal/blob/3f369d2c721e9462d9f6126cb0bcd4c6992f0225/src/channel.cr#L144 If it just to replace `Crystal::Scheduler.reschedule` with...
@Earlopain Are there any established practices for handling conflicts between rubocop cops and performance cops? I wonder, if there is a way to check the RuboCop configuration to ensure that...