jestarray
jestarray
Line numbers should be turn on default! As for automatching parens, in `Edit>Preferences>Editing>General Editing` Some arguments were brought up that students will get confused by an autoclosing braces/quotes when they...
rust-analyzer provides a very neat feature in that it will print out virtual text of struct field names and function param names when you call said function. This feature would...
I was looking for `image=?` in `2htdp/image` but couldn't find it until Alex Knauth mentioned its in BSL but not exposed, is there a reason why its not exposed to...
``` (require 2htdp/image) (flip-horizontal (text "🦈" 100 "red")) ; ERROR: flip: cannot flip shapes that contain text ``` is it possible to make flip-horizontal and flip-vertical work with text images...
After looking all over the internet, I found how to get OGG working with MCI, ergo it will let (play-sound) on windows play an ogg file. From here, download this:...
Sqlite3, Cairo, etc
One of the students taking the HTC course on edx said this: > That feeling when you've forgotten to remove the #; and uncomment your code, causing your code to...
So it seems that the German version of HTDP, "Dein Programm!" introduces signatures at a beginner level. I notice these signatures are available in `ASL` as noted here: https://docs.racket-lang.org/htdp-langs/advanced.html#%28form._%28%28lib._lang%2Fhtdp-advanced..rkt%29._~3a%29%29 but...
``` sudo apt-get update sudo apt-get install ninja-build ``` The 4.0+ bindings require ninja to build
closes https://github.com/deltaphc/raylib-rs/issues/165