J. M. F. Tsang
J. M. F. Tsang
Hi @adrian-stepien and @FRidh, will there be any more progress merging this PR?
Hi @raphaelvallat, just another thought - would it be possible to make the compilation use of the `@jit`-ted functions optional? I wonder what the tradeoff would be depending on the...
That seems to work well. I shall do some profiling to estimate the scales at which `@jit`-ting becomes worthwhile.
> adding our first tests Great! I'll try to write some for Windows when I get my hands on a Windows machine that has Microsoft Word. > in addition, can...
> Makes sense. In that case I'll rollback that last commit. ...done.
Hi @snarflakes, try something like this: ```python width = DisplayHATMini.WIDTH height = DisplayHATMini.HEIGHT buffer = Image.new("RGB", (width, height)) displayhatmini = DisplayHATMini(buffer, backlight_pwm=True) with Image.open("myFile.jpg") as im: buffer.paste( im.resize((width // 2,...
Addresses #6
Problem seems to be in line 276
 Incomplete instructions, the webserver starts properly but it doesn't create a game position
I tried generating and also running the initial data SQL but couldn't make any positions