Naomi Seyfer
Naomi Seyfer
## Environment * SuperCollider version: SuperCollider 3.12.0 * Operating system: MacOS Big Sur 11.5.2 * Other details (Qt version, audio driver, etc.): This bug may exhibit as a memory explosion...
Consider this code: ```python import typing class A: @property def f(self) -> int: return 1 @f.setter # Possible error for defining a setter that doesn't accept the type the @property...
Rationale: the flag `--no-shave-yaks` alone is pretty clear: I don't want the program to shave any yaks. However `--no-shave-yaks=true` and `--no-shave-yaks=false` both get me confused with exactly how much negation...
This is an alternate engine, much like original Glut but stereo. I left it as a separate engine because it does probably use twice the CPU, so people who don't...
Previously, the load code contained two branches on either side of an unconditional file load. Their predicates were the exact opposite of each other, according to Demorgan's laws. Clarify the...