Viktor Suprun
Viktor Suprun
Example code for drawing **RED** square: ```go package main import ( "github.com/veandco/go-sdl2/sdl" "image/color" "os" ) const width, height = 100, 100 func main() { if err := sdl.Init(sdl.INIT_EVERYTHING); err !=...
Example: `TraitA.php` ``` php
After upgrade ubuntu to 16.04 idle_master displays the warning: ``` [popsul] idle_master_py/Releases/Linux [master] M?? % python2 ./start.py [ 03/11/2016 06:55:42 PM ] WELCOME TO IDLE MASTER [ 03/11/2016 06:55:42 PM...
**Describe the bug** Table with that definition cause exception: ```sql CREATE TABLE `test` ( `test` text NOT NULL DEFAULT '[]' ) ENGINE=InnoDB; ``` **Expected behaviour** Successful table creation **Actual result**...
On ubuntu/jammy I got that error. Latest version installed from official repo: ``` # dpkg -l moosefs-client Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-============-============-=================================...