Ian VanSchooten

Results 816 comments of Ian VanSchooten

Thanks @navaronbracke , but I was using 8.0.7, which is prior to 8.1.0, so shouldn't that support flutter 3.7 and higher? Meaning my flutter of 3.16.8 should have been fine,...

Yes, I was pinning, you can see in the error message above, `file_picker >=8.0.1

No flutter 3.19.0 doesn't work, due to: ``` The current Dart SDK version is 3.3.0. Because file_picker >=8.0.6 =5.5.1 which requires SDK version >=3.4.0 =8.0.6

Hmmmm, I'm not sure about this one, whether IDs should be reused. I'm guessing this is an intentional design, and I'm not sure we should change the behavior. Can you...

I need to merge and release https://github.com/IanVS/eslint-nibble/pull/117 which I think will help. Maybe you can try out that branch and see if it meets your needs?

Hmmmm, yeah that's a bit tough to troubleshoot without a reproduction. What version of eslint are you using, and what type of config file?

Hi, I'm glad you find this useful. I'll need to think about your suggestion, it seems like it will require a lot more clicks and decisions for people who may...

The `--ext` option is a problem in ESlint V9, not necessarily with flat config. But yes both things need to be addressed. I'd love to get some pull requests to...