Mike Lee

Results 7 comments of Mike Lee

Not sure what the best way to provide a repro is, but here's a small app that demonstrates the bug. `npm install` or `npm ci` to install node dependencies. `npm...

@omgwhatuser Wow that is super bizarre. You don't even have to provide a value, you can just do `class-name=""` and the error goes away. Thanks for the tip, though I'm...

Chiming in here that I would also like the ability to do this without having the clone the array

Doesn't this just depend on the data structure of the elements and what is keeping track of the visibility? If your data were: ``` const list = [ { title:...

Yeah, the function for the key should work in my actual use case, so thanks for the suggestion. Still, seems like a weird workaround for essentially just using the index...

Actually, I think maybe the option that needs to be supported is `force-exclude` since running on save would pass the name of the file to black, per this post https://stackoverflow.com/a/73296261....

Ok, thanks for responding. We ended up just deciding to not exclude files from black at all and changed our toml. The main issue was trying to exclude files that...