z

Results 14 issues of z

![565880B9-C844-488E-94C7-8D765DDBB438](https://user-images.githubusercontent.com/2630290/54736433-0631d080-4be6-11e9-843c-6ac3a73d6ac5.png)

Hi, I use `sequelize-typescript-generator` library programmatically: `sequelize-generator.ts`: ``` import { IConfig, ModelBuilder, DialectMySQL } from 'sequelize-typescript-generator'; (async () => { const config: IConfig = { connection: { dialect: 'mysql', database:...

when I run command `python -m AlphaZeroGUI.main`. I got this error: ``` File "/home/zbf/Desktop/git/github/alphazero-general/AlphaZeroGUI/_gui.py", line 86, in __init__ self.setWindowFlags(QtCore.Qt.WindowMinimizeButtonHint | QtCore.Qt.WindowCloseButtonHint) TypeError: 'PySide2.QtCore.Qt.WindowType' object cannot be interpreted as an integer...

I download the source code. And change the minsdk to 21. Then run the sample. It works fine.