Sebastian Nozzi

Results 14 issues of Sebastian Nozzi

I'm not able to retrieve the artifact from `https://templemore.co.uk/repo/`

Steps to reproduce: * Write a program that plays a sound / music in a loop with `audio.playMusic( name, volume, loop=1 )` (that is: set the loop parameter to 1)....

Like Travis or DevOps Pipelines

Like in the web version

enhancement
good first issue
javafx
ui

Moving tiles with arrow keys is supported in the JavaFX version but not in the ScalaJS one. Support arrow keys also in the ScalaJS version.

enhancement
good first issue
scalajs

I tried this on the console: ![image](https://user-images.githubusercontent.com/1067921/147890112-2b36e1f9-bb6b-4027-a56e-c2714d3cda30.png) Specifically, to print the Unicode characters: * U+00B6: ⁋ ("paragraph" sign) * U+2592: ▒ (medium shade) They render OK in the command line,...

It would greatly facilitate development if it was possible to import modules like in Mini Micro. If it was also possible to specify an import path (via an environment variable)...

Steps to reproduce: ``` text.row = text.rows // try also with text.rows - 1 print "Hello" ``` Expected: * Text would be printed at the top row of the window...

It would be great to be able to change the text color via something like: ``` text.color = "#FFFFFF" ``` Currently this does nothing and the text remains green.