Felienne Hermans
Felienne Hermans
In #1682 we extended the time limit to 20 seconds for the turtle but I am getting reports that might not be long enough for complex drawings (which we will...
> This is due to either Babel not being compiled or having your profile set to a non-dutch/English language. The placeholder key is "language" whereas the dutch and English translations...
We now support non-Latin variable names but... some languages have different numbers characters too, i.e. in Hindi (code for level 21): ``` print('५+३ क्या है ?') उत्तर = ५+३ print('अब...
This is an interesting PR too for you @Mark-Giesen! Can we somehow force `##` to have a space after them? Or at least mark them in grey so they don't...
Use of single quote in level 5 creates assign: ``` name is ask 'what's your name?' print name ``` _Originally posted by @Felienne in https://github.com/Felienne/hedy/pull/1826#r794338097_
Now that we have cheatsheets (since #2207) we want to add them to the manual (incl. the info that in Safari, you have to use save as PDF to print)...
When we have merged #1314, shall we try to use grammar composition to merge levels instead of the hand-written merging? I am not 100% sure it will work, maybe we...
As discussed in #775, but we will have to wait until #777 is finished and the organization of quiz files is done systematically.
Since #1504, levels 6 and up support the use of `=` in assignments in addition to `is`. That PR updates the programs in all level defaults, but only does the...
We don't explicitly name that now, could be explained better.