Vladimir Dvorak

Results 41 comments of Vladimir Dvorak

I'll try to do it in post build html phase (postprocess), storing inline classes in ?GlobalContext?

For me it is necessary feature. I've implemented it using https://github.com/jhy/jsoup library, it is not too big, but the performance suffers - mjml rendering is ~3x slower with inlining, since...

I think that's wrong even in JS implementation: https://github.com/mjmlio/mjml/blob/master/packages/mjml-column/src/index.js#L261

I have read both plugins. Jitwatch is more advanced, jitwatch-idea provides better integration to IDEA. jitwatch is ~45k lines of code and it seems too much work to port it...

Hi Chris, for me, the main issue was the seamless integration with the source code. I had trouble configuring JITWatch for a project with a large number of modules, so...

Firstly, thanks for creating JITWatch—it's a great tool. I'm working on - **jitwatch4i** - plugin for IntelliJ, which is based on JITWatch and jitwatch-idea. The plugin uses the core of...

Regarding the BSD license, that makes sense, I hadn't realized that. So jitwatch4i will also be BSD - it's simpler. The core is in the project because it's more flexible...

I would like to use jitwatch as external dep, but there are some "Vulnerabilities from dependencies:" https://mvnrepository.com/artifact/com.chrisnewland/jitwatch/1.1.5

It was already reported by @kademlia https://youtrack.jetbrains.com/issue/JBR-7351/JVM-CodeCache-will-not-be-cleaned-using-G1GC-if-Hotswap-Agent-is-enabled-since-JBR-6419-jbr21.351 The fix is in the jbr21 branch and will be, hopefully, included in the next jbr21 release. Regarding the slowness of JBR21, this...

Thanks for report! Could you please provide a mapped stack trace to better understand the issue? Right now, your stack trace only shows memory addresses without corresponding method names and...