PyoungRyang Ko
PyoungRyang Ko
## Environment * SuperCollider version: 3.15.dev * Operating system: * Other details (Qt version, audio driver, etc.): ## Steps to reproduce ```supercollider ( y = "[sin(x + 0pi), cos(x +...
## Environment * SuperCollider version: 3.15.0-dev * Operating system: Windows 11 * Other details (Qt version, audio driver, etc.): ## Steps to reproduce Installing any Quark seems to be broken....
In reviewing the schelp files, I’ve noticed that the `--` sequence is being used as a substitute for a dash in non-code text and comments. While this may have been...
## Environment * SuperCollider version: 3.14.0 * Operating system: macOS * Other details (Qt version, audio driver, etc.): ## Steps to reproduce ``` 1. Quit the server 2. Type SinOsc...
In SuperCollider 3.14, support for keyword arguments (kwargs) was introduced. This change is mentioned in the 3.14 News section, which also references the corresponding GitHub issue and pull request. However,...
## Description: At present, SuperCollider (SC) is by default prevented from executing and installing by some operating systems. In addition, certain browsers block downloading the installer. This behaviour creates a...
## Purpose and Motivation ### Current Issue SCDoc currently lacks functionality for automatically numbering multiple elements such as tables, figures, formulae, code snippets, post window messages, and scores. Users must...
fixes #7001 ## Purpose and Motivation The current implementation of SCDocHTMLRenderer does not insert a space when a new line begins, as outlined in issue #7001. This pull request addresses...