lyriccoder

Results 48 comments of lyriccoder

**MPC** is has the most impact on readability, in my opinion. The more external methods you call, the less readable code is, since we switch from context into context. Also...

` (Scalar) ()` - this is type casting. What is wrong here?

Seems it doesn't work since we have multiprocess inside python. We need to investigate it, how to stop all child processes

There is a bug in python: https://bugs.python.org/issue8296

It seems there are two issues that make exceptions while multiprocessing annoying. The first is that you need to use map_async with a timeout instead of map in order to...

This is another way to get rid of such behaviour. Now we can just ignore pattern for function or class. Should we implement it? @yegor256 @acheshkov Seems we have solved...

how can we do it? - First, javalang can't know the type of the variable. What type is for ?`foo.getClass()`. Moreover if you add `foo.getClass().getCanonicalName()`, it is more complicated to...

Unfortunately, `pmd` can only take a path as a parameter can. So if we have java files at the top of the folder we will have to move to another...

The problem is that we have certain functionality related to `recommend` functionality. And it has additional functionality as filtering `suppressWarnings` patterns, exceptions handling. Also we have certain type of dictionary...