César Cordero Rodríguez

Results 11 comments of César Cordero Rodríguez

The error is also in Odoo.sh, since it is in Ubuntu 16.04. The way to solve it in Odoo.sh is adding in requirements.txt: pip==18.1 pyOpenSSL==16.2.0 As first and second line....

No more changes, check this pull request, please.

Because gdebi depends on gnome-icon-theme, and if you are installing it with out GUI in a server, you don't need that package. gdebi-core doesn't depends of GUI.

With: aptitude show gdebi The depends are: python3:any (>= 3.3~), gdebi-core (= 0.9.5.7+nmu3), gir1.2-gtk-3.0, gir1.2-vte-2.91, python3-gi, policykit-1, gnome-icon-theme And with: aptitude show gdebi-core The depends are: python3:any (>= 3.3~), python3-apt,...

But both do the same, gdebi for GUI and gdebi-core for CLI.

Both functionalities are working in Desktop, but Mobile view isn't working completed. By now, that's my solution: https://github.com/LabinatorSolutions/stockfish-chess-web-gui/issues/23

With this pull request, I disable both functionalities for Mobile and Desktop. To enable it, we should redefine these libs called in index.html, for mobile: `if (isMobile == true) {...

I guess the problem is directly this js/board-actions-mobile.js, but it requires more effort for development, because it's redefine almost all mobile actions, that is not completed.

My two options are do the effort to redefine Mobile or disable those options for playing, by now. Inmediately, I can help disabling it. But I understand it should be...

Done with this pull request: https://github.com/LabinatorSolutions/stockfish-chess-web-gui/pull/28