Piotr Kuczynski
Piotr Kuczynski
This issue actually exists even with 1.5.0, but only when you have no connectivity to the remote URL
Yes! I actually know what was wrong! The scripts works fine with the open internet. It only fails in my office, where we need to use proxy servers. The error...
Only partially, as the Safari Extensions serve a much older version that the once which can be found here: https://github.com/el1t/uBlock-Safari/releases
@cjlarose are you happy with the change? I would like to merge it and release it as `5.2.0`
@vadtel tests are failing for Ruby 3.0. Would you mind having a look?
> May be we need to return "exit!" to constant? Yeah, possibly this would be the easiest solution. @cjlarose wdyt?
Waiting for the feedback from @cjlarose before we merge it in and release it. Hopefully soon...
@BuonOmo and @cjlarose I fixed the broken CI pipeline...
That's really strange. In my project [first case](https://github.com/benmosher/eslint-plugin-import/pull/1919/files#diff-05140578b7a943405919d8a058934d1dR326) was reported correctly. However the [second case](https://github.com/benmosher/eslint-plugin-import/pull/1919/files#diff-05140578b7a943405919d8a058934d1dR340) (with subfolder) was not. That leads to an error in production and that's why I...
Sure! Here comes the repo which replicates my setup: https://github.com/pkuczynski/eslint-plugin-import-1919-demo I am not getting any eslint error for `const v5uuid = require('uuid/v5')`, while its correctly reporting for `const { v5...