Bung
Bung
am wondering whether it's not hard add `async` pragma to method and prepend `waitFor` to all methods call
mysql works well, but 5.5.5-10.4.14-MariaDB-1:10.4.14+maria~xenial mariadb-10.5.5.high_sierra not supported , insert as null and return as null
env: linux mysql8 MYSQL_TYPE_JSON is not allowed as Item_param lacks a proper implementation for val_json. https://github.com/mysql/mysql-server/blob/124c7ab1d6f914637521fd4463a993aa73403513/sql/sql_prepare.cc#L636-L639
since it already a param pass it directly.
the sogoou_news.bin download from [supervised-models](https://fasttext.cc/docs/en/supervised-models.html) ``` import sys,os from pyfasttext import FastText if __name__ == '__main__': model_path = os.path.join( os.path.dirname(__file__) ,'../../data/sogou_news.bin') model = FastText(model_path) print(model.quantized) print(model.nwords) print(model.labels) ``` the result...
I downgrade from 3.1.15 to 3.0.0 then it works, I tried every release after 3.0.0 it does not show window at all.
https://github.com/bung87/finder/tree/zippy I previously use std zip lib which works fine and test passed, when switch to zippy I got ` Unhandled exception: Unsupported zip archive [ZippyError]` the zip file compression...