Samvel Abrahamyan
Samvel Abrahamyan
I could not find any docs or even a description in English, so I decided to ask here. Do you plan to have english docs in the near future to...
Each log line on the user interface is prefixed with node name and stream name, in my case`apache application_server`, since I am monitoring the logs of a single app on...
[Here](https://gist.github.com/samvel1024/c3a434a0ef6f3a555730d14ef9392166) is the structure of my project. Basically it's the hello world project from SBT examples. I have successfully exported it to bloop. Now I am trying to run it...
Since there was no way to send the crash report, I am posting it as an issue. ``` java.lang.ClassCastException: com.intellij.psi.impl.source.tree.LeafPsiElement cannot be cast to com.nasmlanguage.psi.NASMIdentifier at com.nasmlanguage.psi.NASMElementFactory.createIdentifier(NASMElementFactory.java:36) at com.nasmlanguage.psi.impl.NASMPsiImplUtil.setName(NASMPsiImplUtil.java:99) at...