Implemented and shipped together with #92.
What changed
- Replaced the JWT tool's stacked
header-section(Toggle Help + Guided Tour) and standalonemode-section(Decode/Encode) with a…
Fixed.
Approach
Went with the suggested fix verbatim: a small IActivityDomainOverride interface alongside TrackableActivityAttribute, plus a PlaygroundActivityDomain helper that maps…
Closing as already implemented by the same shared infrastructure that resolved #43.
The JavaScript playground (JavascriptRunner at `libraries/features/dev-tools-javascript-runner/src/lib/jav…
Closing as already implemented by the same shared infrastructure that resolved #43.
The Python playground (PythonRunner at `libraries/features/dev-tools-python-runner/src/lib/python-runner.t…
Audited the current state of per-lesson completion tracking for the C# playground. Implemented — and partly surpassed. Closing.
Architecture as it stands today
The C# runner is a thin…
Fixed.
Change
projects/spikersoft/src/app/_components/video-call/video-call.component.scss:11–16:
/* Main Component Wrapper */
:host {
+ box-sizing: border-box;
display:…
Fixed.
Root cause
ClueForSqlComponent's :host was sized as display: block; width: 100%; height: 100vh; overflow: hidden;, which makes the game span the full viewport from y=0 to…
Fixed.
Summary of changes
libraries/platform/js-step-debugger/src/lib/js-step-debugger.service.ts — went with the cheap fix from the ticket. runUntil(predicate) now mirrors…
Fix issued, let me know if we find any regressions! Thanks!