Jonatan Lemes

Results 17 comments of Jonatan Lemes

Any suggestions ? Free hosts often do bandwith limits thats causing error above.

Even github will complain about free quota storage after exceeding 100mb forcing purchase more storage space. im current looking for sponsors or donations to keep project up to date.

> > Even github will complain about free quota storage after exceeding 100mb forcing purchase more storage space. im current looking for sponsors or donations to keep project up to...

@mstr2 agree, but this actual code (just two states true|false) reflects in javafx.scene.Scene ``` @Override public void touchEventBegin( long time, int touchCount, boolean isDirect, boolean _shiftDown, boolean _controlDown, boolean _altDown,...

``` node.setOnTouchPressed(touchEvent -> { //called in javafx16 //never called in javafx17 }); ``` we always test application using fingers on touch screen. never by pen.

there are many prints in the code, can we cleanup all, changing to log maybe ?

no problem with prints, im talking about change to log instead print to stdout directly

> @jslsolucoes Try this https://docs.python.org/zh-tw/3.8/library/contextlib.html#contextlib.redirect_stdout no thanks, i dont want redirect stoud as workaround, best way is for sure using log library, makes no sense deal this way with the...

thanks for running the pipeline, waiting for someone to review it