hondogo

Results 6 issues of hondogo

While executing program new console appeares and closed after end of execution. Is it possible output to integrated to IDE console?

enhancement

Please add function (for multiplatform) like org.apache.commons.math3.analysis.interpolation.PiecewiseBicubicSplineInterpolatingFunction. Purpose: To be able to interpolate points for surface given by points matrix there is a need for such function. [Link to Slack...

good first issue
feature

Reproduction code with explanations in comments: ``` public static void main(String[] args) throws Exception { try (HikariDataSource dataSource = new HikariDataSource()) { // configuring connection settings for Postgres dataSource.setJdbcUrl("jdbc:postgresql://localhost:5432/postgres"); //...

It will be good to have possibility to restore position of previously opened dialog window.

Binaryen version: 119 When executing wasm-opt with enabled option closed-world got: `Fatal: Internal GlobalTypeRewriter build error: Heap type has an invalid supertype at index 1` Command that execute: `wasm-opt --enable-gc...

If pool created with schema parameter defined (or calling just setSchema on taken connection) then there is possibility to return connection to pool in 'idle in transaction' state for Postgresql...