Lukasz Piatkowski

Results 12 comments of Lukasz Piatkowski

@SoniEx2 would you consider adding this to your crate? https://gist.github.com/rust-play/1cc71ed137157bb8115a9f063aabbea3 It allows using clone_all! on `self.attribute`: ``` struct A { x: String, y: String, z: String, } impl A {...

@SoniEx2 Sure, I never got the hang of it, every time I try to contribute to open source libraries the authors are not very helpful, so its hard to start...

Another not working example: ``` $> echo "import sys # noqa: F401" > test.py $> prospector -t pyflakes test.py Check Information ================= Started: 2022-10-07 11:23:54.304464 Finished: 2022-10-07 11:23:54.305180 Time Taken:...

I see the exact same behaviour on an arm64 docker image. Just to add, when pyre is run directly it returns: ``` ERROR Exception occured during Pyre check: [Errno 8]...

I will fill up the documentation and release notes as soon as someone tells me there is a chance for merging this PR in :) Also my approach to writing...

> couldn't we use Callable instead of Resolver? 😊 Hmm, yes now that you say that we probably could do it, although it would be a bit of pain. Note...

Oh, I see that you are using libcst for codemoding backward incompatible changes. I was about to write one for myself, but I can add it here in this PR....

One thing that I've noticed when using this new type on my codebase was that if you have an interface it might get difficult to get the types right. Consider...

@patrick91 any chance this is going to be merged or closed without merging?