Perchun Pak

Results 73 comments of Perchun Pak

So I tried reproduce it with debug messages, and seems like it is because plugin doesn't delete files after first patch, which ended with exception (example "File already in process")...

Full log https://pastebin.com/TBtBNuhP Interesting that error `NoClassDefFoundError` raises every time with different class

Okay, I read. As I understand, auto update works because plugin didn't initialize fully. But backdoor trying replace plugins which already fully initialized. All what you can do as I...

Doesn't fix issue with fail spreading thought server plugins, I only added switch to change this option.

Sorry for long time without answer ``` Unrecognized option: -Xlog:class+load=info:classloaded.txt Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. ```

Oops, I was on Java 8. https://pastebin.com/dtLTfFsp

> spreading doesn't work on windows? Actually, spreading just doesn't work.

Or just check if the given callable takes no arguments, if true - raise a warning. [This is how it can be done.](https://docs.python.org/3.10/library/inspect.html#inspect.signature)

It could be more detailed: 1. Rename `FuzzyAttribute` to `FuzzyFunction`. 2. Add new implementation of `FuzzyFunction`, which accepts only a callable with one argument. 3. Proxy all logic from `FuzzyFunction`...

Any progress? If this blocking next release, shouldn't it have the highest priority?