Valentin Fondaratov

Results 6 issues of Valentin Fondaratov

I have created a new markdown processor being written in [Kotlin](http://kotlinlang.org), which is located [here](https://github.com/valich/intellij-markdown). There are several reasons for implementing yet another markdown processor (to be used in some...

Using DAO is much slower than working with tables directly. Also, it brings unneeded complexity to some queries execution.

The current state of [plugin.xml](https://github.com/JetBrains/ruby-type-inference/blob/master/ide-plugin/resources/META-INF/plugin.xml) is dirty. It was created from some template and did not have any love since then. I think, we should: * add a description with...

Gradle tasks fail on mac travis with ~50% probability due to some VM misconfiguration. In the log it appears as ``` :ide-plugin:testJava HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=250m;...

help wanted

In several cases using just types to create contracts is just not enough. The example is FactoryGirl's mock class [creation](http://www.rubydoc.info/gems/factory_girl/file/GETTING_STARTED.md#Using_factories) which returns objects of class derivable from symbol value by...

enhancement

Hi, we've just deprecated one of the two PsiElementBases, and, unfortunately, the one you're using in your plugin is the one to be dropped. Please replace its usage to `com.intellij.psi.impl.PsiElementBase`....