Stefano Fornari

Results 19 issues of Stefano Fornari

``` go get -u github.com/go-bindata/go-bindata/... go get: installing executables with 'go get' in module mode is deprecated. To adjust and download dependencies of the current module, use 'go get -d'....

**Describe the bug** MFXGenericDialogBuilder does not pick the styles -fx-border-color and -fx-border-width. **To Reproduce** Create a general dialog like MFXGenericDialogBuilder.build() .setHeaderText(LABEL_ADD_WALLET_DIALOG_TITLE) .setContent(new EasyWalletFXMLLoader().loadAddWalletDialogContent()) .setShowClose(false) .setShowAlwaysOnTop(false) .setShowMinimize(false) .get() And make sure...

to-evaluate

**Describe the bug** It seems MFXDialog is displaced at first, and then suddenly moved to its final position. I am able to reproduce it consistently with the demo application. After...

to-evaluate

Hello I have installed the driver a couple of months ego and everything was working like a charm giving me 30Mb/s download speed. Since a while it dropped to 1.2-2Mb/s...

# 'Modules utils and core export package org.web3j.crypto to module contracts' erorr when adding mysql jdbc driver I have created an application using web3j; it works all good unless I...

needs-review

Hello, if I am not mistaking, redirectOutputToFile() https://github.com/beanshell/beanshell/blob/merge-fork-beanshell2/src/main/java/bsh/Interpreter.java#L1031-L1042 does not really do what aimed because it redirects the standard output only, while a parser (and therefore all commands) can use...

Hello, based on the javadoc > public [QueryBuilder](https://ormlite.com/javadoc/ormlite-core/com/j256/ormlite/stmt/QueryBuilder.html) limit([Long](http://docs.oracle.com/javase/7/docs/api/java/lang/Long.html?is-external=true) maxRows) > > Limit the output to maxRows maximum number of rows. Set to null for no limit (the default). I...

**Describe the bug** MFXTableView does not seem to be correctly sized when created. Startnig a scroll action, it resizes correctly (see attached video). **[MRE](https://bit.ly/3k5gTJf)(Minimal Reproducible Example)** **TableMain.fmxl** ``` ``` **TableMain.java**...

enhancement

**Describe the bug** **FXML** ``` ``` In the controller I am addign the columns as: ``` MFXTableColumn whenColumn = new MFXTableColumn("when", false, Comparator.comparing(Transaction::getWhen)); MFXTableColumn amountColumn = new MFXTableColumn("amount", false, Comparator.comparing(Transaction::getAmount));...

enhancement

This issue is to collect the similar ones reported about ORM lite not properly escaping parameters in the produced SQL. This may lead to the well known SQL injection vulnerability[1],...