Nick Chameyev

Results 9 comments of Nick Chameyev

Same issue. Chrome 32.0.1700.77 on Ubuntu. ![2014-04-27 18 34 12](https://cloud.githubusercontent.com/assets/725526/2811383/25345b7e-ce19-11e3-86d6-d4b9411cd9f8.png)

@febs but uploading is not a problem in most cases because developers usually make small changes in the source code and it syncs almost immediately. I think the main benefit...

@arkivanov Checked stacktrace capturing benchmark on Galaxy S7 edge: ```kotlin @Test fun stacktraceCapturing() { benchmarkRule.measureRepeated { Thread.currentThread().stackTrace } } ``` It was constantly around ~60 ns, so I don't think...

Also, it would be nice to have optional `--anonymize` option that will mangle the project-specific information such as the test names

I have the same issue with ``` org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:General error during conversion: java.lang.NoClassDefFoundError: com.intellij.openapi.vcs.VcsRootjava.lang.RuntimeException: java.lang.NoClassDefFoundError: com.intellij.openapi.vcs.VcsRoot ``` When I use JetBrains Gateway

Thank you, Steve! I have tried double clicking on the resize handle, it expands the column but it seems it is still limited to the screen width (or some other...

Okay, I think I'll take back 'even if it will hurt performance' 😅 I have tried to add multiline rendering by showing all items at once, and it makes zooming/panning...

> If you've disabled (removed) the virtualization option in logs_panel.ts, then I think there is actually a slightly confounding performance bug that I need to fix, but the vast majority...

> At the same time I do wonder if this is the right traversal for your use case or whether you should be using a dominator tree comparison which is...