Timothy Swan

Results 18 issues of Timothy Swan

``` import Game; import Graphics2D; import Graphics2DText; function main() { window = new GameWindow("λ++", 40, 500, 500); fontresource = FontResource.fromSystem("Courier New"); renderer = new FontRenderer(fontresource); while(true) { Draw.line(5, 5, 30,...

I basically have been using what I believe to be a monospaced font from my system. In fact, it appears from other applications to be monospaced, but it seems to...

I am getting a native crash error with a recent version of crayon: ``` $ type crayon crayon is aliased to `mono $CRAYON_HOME/crayon.exe' ``` My `Testing.build` file: ``` { "id":...

On macOS terminal: ``` $ type crayon crayon is aliased to `mono $CRAYON_HOME/crayon.exe' ``` ``` $ crayon Calculator.build WARNING: The Carbon driver has not been ported to 64bits, and very...

feature request

This may only relate to my other issue #265 for myself: I did figure out that I don't actually have a 'crayon' command, but rather an alias set up to...

bug

[update: you may disregard this comment since the third comment has more reproducible detail] I followed the instructions with a UTM setup on an M1 macbook. I can run git...

I solved level 13 using midpoints of secants and their perpendiculars. I added a couple circles just to show how obviously G is the center. It is not accepting it...

I'm pretty sure that I should have beaten level 12 using compass, intersect, and circle. You can verify using the image (link given): https://gyazo.com/fad4c032971b4a2d4328de17dbc1c0e2 Step 1: Circle A to B...