Łukasz Marek

Results 27 issues of Łukasz Marek

fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf

Add **status** command meybe log command? If this project is for learn add information, logs and status to project In my opinion Init command using too many directories. remove it...

I need a plate to glue base? How assemble floor to base? meybe wideo

Please add some example utf-8 and utf-32

where id get_data? when I run training i get always this same captcha 1604 on any images

````diff -model.fit(X, y, verbose=True, batch_size=1, nb_epoch=1000) +model.fit(X, y, verbose=True, batch_size=1, epochs=1000) ```` ````bash $python maketflite.py Traceback (most recent call last): File "maketflite.py", line 2, in import tensorflow.contrib.lite as lite ModuleNotFoundError:...

I put before main loop a clear background and delay. I get black window, no color why? How draw on background? ``` ctx = nk_sdl_init(win); bg.r = 0.94f, bg.g =...