Bohdan Mart

Results 102 comments of Bohdan Mart

Thanks for suggestion to use enrichment, that could actually help. But for now I've started using log4javascript.

AFAIK this logger https://github.com/IamAdamJowett/angular-logger-max can assing cusom color in Google Chrome, perhaps something similar can be made in structured-log

Ah that's sad. One of the best Git client present on Linux. Netcore 3 won't help, unless it's rewritten on Avalonia, but it seems unlikely,

I consent https://accounts.eclipse.org/users/bmart

@bubkoo this can be closed. Nod build tools wasn't configured

@bubkoo I can report that it works on current Windows 10 with VisualStudio installed

I'd like to add, that testing if api functions present isn't sufficient, new console could be disabled in settings ("Use legacy console") by windows admin user. For compatibility I guess....

I've commented regarding this problem. https://github.com/melix/jmh-gradle-plugin/issues/90#issuecomment-744032865 It's seems tat current Issue is more relevant to my comment. @wsargent it's not good option to use old JDK. Or you are referencing...

According to https://stackoverflow.com/a/56043252/716769 Making fields not readonly was disable since JDK12. But proided answer with lookup works. I've downloaded this plugin locally and added following code: ```java final class FieldHelper...

This code won't compile on JDK8 so we need to make some trick during build process to build two versions of reflection code. P.S. Perhaps patch could be made to...