Mauer-Oats

Results 19 issues of Mauer-Oats

## Description Update to the documentation so the current Hetzner Cloud user interface is described. ## Motivation and Context The existing documentation refers to menus that are no longer there....

Running Portacle on Linux (this one is GalliumOS, which is derived from Ubuntu xenial) looks ok to me but emits an enormous number of warnings from GDK. See possibly related...

portability

DrRacket 8.4 (CS) OS: Linux To reproduce: 1. Create `exist.rkt` in the current directory. ```racket #lang racket (displayln "OK") ``` 2. Verify that it runs fine `racket exist.rkt` prints OK....

Racket 8.2 [cs] Linux ## Observed behavior Save the following code in a folder: ``` (require 2htdp/image) (circle 10 "solid" "blue") ``` Right click on the image and choose "Save...

## Version Racket 8.0 [cs] Platform: observed on Linux, Mac OS. ## Steps to reproduce ```racket #lang racket (+ 1 2) ``` 2. Click the "Debug" button. 3. Click "Go"....

bug

Racket 8.4 Language -> Choose Language -> Show Details -> [X] Enable tracing Would it be possible for `big-bang` to generate a warning if run when the "Enable tracing" option...

teachpack

Investigated using DrRacket 8.4, disable keybindings from menus, then show keyboard shortcuts. The keybindings for Greek characters in keymap-global.rkt are [generated programmatically](https://github.com/racket/gui/blob/48ea0ece26fdbfeeae8316c7991bdb09bd66db23/gui-lib/framework/private/keymap-global.rkt#L826-L849). This has resulted in keybindings that do not...

Some obscure mathjs functions work great. The call below shows that $6 = 2*18+(-1)*30$. ``` xgcd(18,30) => xgcd: [6,2,-1] ``` Others do not. The call below should produce the multiplicative...

Changed input-and-output.md, regenerated html This resulted in changed paragraph flow in a few other html files. (Why?)

### Tool CPU Emulator ### Interface Website (https://nand2tetris.github.io/web-ide) ### Contact Details I will follow this issue and reply here. ### What feature are you proposing? In the CPU Emulator and...

Local FS