Viktor Suprun
Viktor Suprun
@veeableful thanks! I'll wait. If additional information needed - I can inform. Btw, I force set pixel format via ``` surface.Format.Format = sdl.PIXELFORMAT_RGB888 ``` (before calling Surface.Set()) and now that...
@vipinjn24 what is the source? ftp://, smb://, or mounted network storage like nfs/ceph/s3 over fuse or else?
Thanks for answer! We will check it! Just interesting... Why not local storage?
This issue related to https://github.com/Andrewsville/PHP-Token-Reflection/pull/60
I think, programmable issue transition needed, like jira. Each panel should have option like "ON_DROP_ISSUE" with "programmable" actions, eg: 1. set label "WIP" if issue dropped to "In Progress" 2....
> MySQL does not support that sort of syntax. Ohh, you're right! I didn't pay attention to the fact that that mariadb differs from mysql in these regards... But I...
> Perhaps you could spin one up in Docker? Yes, I checked it in Docker with mysql:8. It works, successfully creates sqlite with the schema: ```sql CREATE TABLE IF NOT...
The cause of the error was libmfsio1 installed. It was installed by mistake. moosefs-client=3 from ubuntu repo required that, but moosefs-client was removed without deps. Probably, libmfsio1 needs to be...