Yann Defretin
Yann Defretin
@cihati @suluner Did you ever find a solution to that ? I'm running in the same problem. Works fine locally, failed in CI.
In my case, it was due to isort behaving differently in the CI because of Git submodules. Locally, isort was fine with submodules being considered as "local modules" where in...
@sarnthil Did you find the dataset?
This is really a nasty bug, not being able to rotate proxies on each `get` is really annoying.
Yes, running macOS 10.14 Mojave: ```shell brew info vips vips: stable 8.10.5 (bottled) Image processing library https://github.com/libvips/libvips /usr/local/Cellar/vips/8.10.5_2 (167 files, 13.7MB) * Poured from bottle on 2021-03-29 at 16:57:37 From:...
https://github.com/kinoute/reproduce-responsive-error ruby 2.6.6p146 (2020-03-31 revision 67876) [x86_64-darwin18]
I was actually trying to do the same thing with an official Ruby image and indeed, it doesn't raise an error. Weird. I will try to see what versions and...
FYI, I switched back to 1.14.0 and without libvips, it does work.
No changes with 2.0.2. The error message remains identical
Yeah, I installed Ruby 2.6 through Homebrew. I really think this error is out of your scope: with only `irb`, I get nil as well doing only this: ```ruby require...