Alexandr Evstigneev
Alexandr Evstigneev
For me: 1. Docker images has both mkdirs 2. WSL version of Ubuntu 20.04 has both mkdirs 3. My two work machines with 20.04.01 has only `/bin/mkdir`. I suggest to...
In my personal case we use registry to enumerate rubies installed on our CI machine. But still this feels not right, make this registy entry kinda meaningless. But yes, I'm...
For the same reason auto-reshim for ruby-2.7.0-preview1 doesn't work
There is alway hope :)
Not exactly. I understand where is the problem. But not working on it now. Tldr: to make injected methods work, GK should have class files to analyze. But gradle plugin...
@fedork this is a question for @gregsh Probably it's easier to make gradle compile twice.
It's `berrybrew exec --with ...`
Hm. I was talking about things like https://github.com/dnmfarrell/berrybrew/commit/8524cfbdaad61088e60c0f4852ee416831dcee28#diff-c4b3df248657e6a617a988456b46d35aa2370a708e23dbd4b926df55d63283df But seems it's no longer there. I need to re-check if I have an up to date berrybrew, not the old one....
Here is the code illustrating the difference between direct execution and execution via `berrybrew exec`(from terminal, `cmd` in my case): ```perl use Term::ANSIColor; use strict; use warnings; use v5.10; say...