Stefano Fornari

Results 21 comments of Stefano Fornari

I am running into the same problem (I lot of time has passed ...). I guess removing the stage.initStyle(StageStyle.TRANSPARENT); does not solve the problem because it could be any code...

Very strange... the only way I found to set border color and with is setting the styles explicitly with ``` dialog.setStyle( "-fx-border-color: red; -fx-border-width: 1" ); ``` I checked the...

Thanks Alex, it would be great to fix it, it would make skinning more consistent and easier. > Of course the downside is that you must do it on code...

Can you try downloading it from the link? I am able to play it after downloading. Otherwise I'll try to transcode it in some way. Ste On Tue, Aug 2,...

Ok, now you should see it. Let me know if you need any more info.

Hi Jonathan, very cool to know! is JavaCC 21 already in a maven repository? I could not find it and I could not find any mention of it. Stefano PS:...

Maybe another method could be to install your own security manager and protect your methods by it. Your security manager could trigger the authentication request. HTH Ste On Sun, Jun...

This one too :) https://github.com/stefanofornari/BshConsole

I wonder which are such cool features in other logging frameworks not available in JUL and used in micronaut... Log4J vulnerability [CVE-2021-45046](https://nvd.nist.gov/vuln/detail/CVE-2021-45046) teaches to keep logging simple

What's the status of this issue? it looks like quite old and I have the same issue with latest version. Also, is there a temporarily workaround?