Jiayi Wei

Results 20 comments of Jiayi Wei
trafficstars

Sounds good. I'll probably only be able to work on MT this weekend since I have a few other deadlines this week. > I was thinking today that instead of...

Thanks for sharing!

I'm actually quite busy with my Ph.D. graduation lately, so I probably won't have the bandwidth to work on this. Feel free to close the issue if you have other...

Ok that makes sense. I'll see if I can find a way to fix it. Thanks.

Hi, is there any progress on this? I'm using `parso` to compare and analyze different versions of code, so I need to either turn off `fast_parser` or `deepcopy` the entire...

@pfitzseb Was this issue closed by accident? It seems like all the above-mentioned issues are still present (except the one related to missing default values).

Can you try `java –jar textVary.jar` instead?

Are you using Windows? In Windows, I think you will need to right-click it and set the default opening application to Java.

Well, I just tried to open it on my Mac, and below is error I got: ![image](https://user-images.githubusercontent.com/11240361/145702731-cf2a1957-152c-49f6-ade7-9039b1397d85.png) To fix this, just go to Apple system preference -> Security and Privacy,...

For those that encountered a similar problem, the best workaround I've found so far is to simply add a "fake" `include()` line before the `using` statement. For example, my project...