Results 5 issues of Turtle1331

I'm running `snakeware0-0-3.img` on Debian buster (stable) using QEMU version 3.1.0. I started up snakewm using ```python from snakewm.wm import SnakeWM SnakeWM().run() ``` and ran `snaketerm` from the menu. When...

bug

I attempted to design a 25/75 beam splitter and ran into a strange interference problem. I split the initial photon into 25%, 25%, and 50% beams without issue. I also...

The `start` script currently assumes that `http-server` is installed globally. This change removes that assumption.

`UiPanel` does not behave well when its methods are called in a `PanelImpl` constructor. Take the following code for instance: ```ts import UiPanel from "../../builddir/codegen/ui/UiPanel"; export class PanelImpl { private...

bug

## Overview This is a proposal for the user interface scripting API to include a *canvas* element consisting of a sequence RGB data stored in a *canvas buffer*. The canvas...

documentation
enhancement
help wanted
good first issue
question
discussion
high priority