Ian Yong
Ian Yong
I managed to get hold of an old iPhone for testing. It seems that Safari on iOS doesn't even fire the context menu event. Unfortunately, it seems that [Safari on...
Not working on this issue because the Source Academy does not officially support Safari (see https://github.com/source-academy/frontend/pull/2242#issuecomment-1284022558). Leaving this issue open for reference should support be added in the future.
When the number of breakpoints goes from 1 to 0, line 763 is run which clears the REPL output: https://github.com/source-academy/frontend/blob/5391c8a76bc51822cac281d29b54186c385a8cc4/src/pages/playground/Playground.tsx#L744-L770 The reason this is done is because `playground.debuggerContext.result.value` is an...
> The stepper's use of breakpoints is quite lame right now: It switches to the stepper when a breakpoint is set, but it doesn't do anything with the breakpoints. It...
> This PR will first require the language config object to be moved from a hardcoded Playground state to be under the workspace context instead. Currently, the SICP Workspace still...