Jon Roberts
Jon Roberts
Linking 73b378a to this issue. I'll try to test this later today...
@ginjo: any news on this? Looks like a nice feature...
Since this PR is still open I wanted to point out that the patches are no longer relevant (for most people): https://github.com/skaes/rvm-patchsets/issues/47
I just got this blank window on linux (nixos) as well, using [version 3.181.23 in nixpkgs](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/editors/standardnotes). edit: there's an issue on nixpkgs as well https://github.com/NixOS/nixpkgs/issues/278191
I certainly hope not, I depend on bundix daily...
I do a lot of ruby development,and would like to help out with this project, but also have a 6 month old right now and don't have a lot of...
Is this only an issue on MacOS? I'm running into it on my laptop, but I didn't have this problem on my NixOS machine for the same project for some...
My mistake, I'm seeing this under NixOS now... I'm actually not sure why I was able to install sidekiq-pro without problems before.
It's not a realistic solution for every case, but I've been doing this on my own projects: ```ruby gem 'foo', git: 'https://user:[email protected]/emptyflask/foo.git' ```