Vlad Tagunkov

Results 2 issues of Vlad Tagunkov

hi. I have error in nextPlayer: function. After adding if(eventObj.args.player == account){ for(var i=0; i < 3; i++){ for(var j=0; j< 3; j++){ $($("#board")[0].children[0].children[i].children[j]).off('click').click({x:i,y:j}, App.setStone); } } I have following...

hi when I start project `databases` in pycharm it show's me error `AttributeError: module 'sqlalchemy.orm' has no attribute 'relation'` the problem is `SQLAlchemy` version compatibility. current version is 2.0.36 -...