PyoungRyang Ko

Results 98 issues of 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 +...

bug
comp: class library

## 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....

bug
quarks

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...

comp: class library
comp: help

## 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...

bug
env: SCIDE

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,...

enhancement
comp: help

## 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...

comp: build
Meta

## 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...

comp: SCDoc

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...

comp: SCDoc