Michael Lohr
Michael Lohr
Hey, I found this project a few weeks ago, and it worked fine so far on my workstation at home. But currently I'm using my laptop (Surface Pro 4) which...
### Zig Version 0.12.0 ### Steps to Reproduce and Observed Behavior ```zig const libssh = @cImport({ @cInclude("libssh/libssh.h"); @cInclude("libssh/server.h"); @cInclude("libssh/callbacks.h"); }); pub fn main() !void { var callbacks = libssh.ssh_callbacks_init{}; }...
see commit messages
Implement a proper gameloop and a nice way to define a custom game with our engine
The sources section of the readme is currently completely unreadable.
Seems like the API route `https://api2.tozelabs.com/v2/my_shows` does not work anymore: ``` >>> tvtime.show.myShows() {'error': {'code': 500, 'message': None}} ```