Results 12 issues of Yu Kobayashi

Could you please wrap migrate() in a transaction and throws a SQLException? The current code destroys the database when a SQLException is thrown.

enhancement

One more thing, related to https://github.com/bytedeco/javacpp-presets/issues/1021 . Python version 0.0.1 has upper compatibility, but version 0.1 does not have upper compatibility. For example, - TensorFlow - Python 3.7 and 3.8...

enhancement
help wanted

# Linux According to https://github.com/bytedeco/javacpp-presets/runs/2100311675?check_suite_focus=true ``` The necessary bits to build these optional modules were not found: _curses _curses_panel _dbm _gdbm _lzma _sqlite3 _tkinter _uuid readline To find the necessary...

enhancement
help wanted

Please see https://github.com/groovy/groovy-core/pull/571.

enhancement

Please see http://jira.codehaus.org/browse/GROOVY-7319 for the detail.

enhancement

Added missing Tuple1, Tuple3, ... , Tuple9 of https://github.com/groovy/groovy-core/pull/559.

enhancement

Add immutable collections. Immutable collections are convenient for backtracking algorithms. The implementation is based on Blackdrag's PCollections. http://pcollections.org/ As the license of PCollections is MIT license, it can be merged...

enhancement

ServerSocketReceiver cannot accept many clients. There are a 4 years old bug report and a pull request. https://jira.qos.ch/browse/LOGBACK-945 https://github.com/qos-ch/logback/pull/168 It is possible to fix this by modifying one line. I...

Please support max_iter like scikit-learn version of libsvm. https://github.com/scikit-learn/scikit-learn/blob/4e2960df249ef9e27fc8dda787a9f4a6d82b1b42/sklearn/svm/src/libsvm/svm.cpp#L644