Keiichiro Amemiya

Results 5 comments of Keiichiro Amemiya

Mind showing what's the intended way to use it? I'm current setting ``` volume: - /var/run/docker.sock:/var/run/docker.sock ``` so it shares the docker runtime with the host OS. and I though...

That makes sense. The code example I made it as simple as possible but this is closer to my actual code: ```ts class A { // ... find (key: string)...

@rdmurphy I agree that it is a bit confusing message to see. For me, it seems that it is confusing because it says "near" while it shows the whole string...

I made a repro repo. It's looking it's not fixed in master either https://github.com/hoishin-playground/eslint-import-extensions-repro

Tests are failing even on main branch on my laptop, so I'm checking on CI if there is any failures