Vladimir Loshchin
Vladimir Loshchin
This error occurs because `mvn dependency:build-classpath -Dclassifier=sources` could not be successfuly executed. The root cause: there is no source bundles for some outdated artifacts in central repository: * https://mvnrepository.com/artifact/com.google.code.findbugs/annotations/2.0.0 *...
``` java.vendor=Oracle Corporation BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=ru_RU Framework arguments: --launcher.suppressErrors -refresh -application org.eclim.application Command-line arguments: --launcher.suppressErrors -debug -clean -refresh -application org.eclim.application !ENTRY org.eclipse.osgi 4 0 2015-12-13 20:08:47.968 !MESSAGE...
Hi, ervandew. I solved the issue. This (described) error was about inconsistency about some packages architecture. Looks like some of packages installed on my computer has 32-bit arch. More details...
This pull request can not be merged as is, because the latency of `ledger` increased **A LOT**. This need to be refactored and optimized by using [RE-tree approach](https://citeseerx.ist.psu.edu/document?repid=rep1&type=pdf&doi=56abfcbe30e55691e765341733ac06f5ad850427) or something...
It looks like support of a `capture` directive was removed long time ago (~10 years ago) and later being replaced by `alias`. Support of regex for aliases (like it was...
Have a very similar issue: ``` $ curl -x socks5://localhost:8888 http://google.com ``` In reGeorg console I see: ``` [ERROR] 'NoneType' object has no attribute '__getitem__' Exception in thread Thread-5: Traceback...