Ben Mosher

Results 39 comments of Ben Mosher

I'm not sure what you mean. I think the parser always runs before the lint rule. The parser would need to choose not to process the paths first. I am...

Sorry, I just double-checked and I must have looked in the wrong place before. It _is_ resolving the path inside the rule which means it _is_ the plugin's problem.

wait, @ljharb, by this > the point of the rule is about resolved parent imports, not aliased ones you mean that you think this rule shouldn't only fire on import...

I think the fix for #1123 was an overcorrection and it should still check for a leading `.` in the path. if you agree, @ljharb?

FWIW, I agree with @ljharb that the rule's name sounds like it might enforce any import name, not just the default, _but_ I don't know that there is much value...

Ah yep, good point @phaux. also @ThiefMaster and @ljharb before you, heh. 😅 I should have re-read the source issue before chiming in at the end. (also: I didn't read...

Okay, so there _is_ some desire to allow overrides then. That would support unnamed exports, false modules (e.g. CommonJS), and renaming. Still seems like you'd want the _default_ behavior to...

I think this is a quirk resulting from optimizations within Python's list sort. FWIW: I added this locally to sort _all_ interfaces ahead of everything else, and it fixes it...

FWIW, in my case I have a Razer Kiyo X and it seems to be that Google Meet (in Chrome or Safari) and Discord negotiate for the 720p 60fps mode,...

FWIW this SO answer captures most of what I have been able to dig up so far: https://stackoverflow.com/a/40097057/344143 If anything, it suggests that maybe running CameraController in the background with...