Roman Martynoff

Results 10 comments of Roman Martynoff

I had the similar problem and was using Lets Encrypt. The issue was on client side's `config.json`: `"remote_addr"` key should have a **hostname** that you have a certificate for, and...

Chiming in as another troubled MateBook D16 owner. ;-) Can confirm, HDMI and Bluetooth sound works fine, speakers do not. Have a dual boot on my hands if some input...

Update: actually, reminders _do_ work even for the dates that are in the past. However, such reminders are quite late: for start date that is "today" push notification arrives within...

I'm getting the following error when I execute `mvn clean process-test-classes`: `[ERROR] Failed to execute goal net.bytebuddy:byte-buddy-maven-plugin:1.14.5:transform-test (default) on project : Cannot resolve plugin: -> [Help 1] `

@raphw Could you please elaborate? I'm not sure what do you mean.

I add Byte Buddy plugins are into build cycle like so: ```xml net.bytebuddy byte-buddy-maven-plugin ${byte-buddy.version} transform transform-test ```

Unfortunately, I couldn't get it to work either. This is what I came up with: ```xml net.bytebuddy byte-buddy-maven-plugin ${byte-buddy.version} main transform test transform-test process-test-classes ``` Am I missing something here?...

Sure, here it is: https://github.com/martyn0ff/bytebuddy-reproducer. I'm working with Spring Boot, so this is a minimal Spring Boot project which fails with same error (not sure if it may affect the...

Thank you Rafael, this had worked very well. However now I am experiencing another issue - a ByteBuddy plugin that I wrote can not see classes that are located in...

Not sure if it will fit your use case, but I'll share how I'm doing it. It is however not annotation driven. What I'm doing is creating an interface like...