Results 83 issues of Sciss

I'm still not sure you need to explicitly set a row-height, I think other look-and-feels do not need that either. Yes, default sets 16, but rowHeightSet is still _false_. The...

enhancement

Hi there. I'm trying to port the PitchAC algorithm as described in the 1993 paper to my own DSP library. After debugging some differences between the Viterbi search in my...

Hi there. When I export an SVG image from excalidraw to keep using it on the desktop via Inkscape, I need to install the font. Would it be possible to...

I run into multiple issues where settings are not isolated between plugins. For example, I want to build both a universal-zip and a debian installer. It is not possible to...

debian
universal

E.g. ``` $ sbt dependencyLicenseInfo [info] Loading settings for project global-plugins from build.sbt,idea.sbt ... [info] Loading global plugins from /home/hhrutz/.sbt/1.0/plugins [info] Loading settings for project mellite-build from plugins.sbt ... [info]...

Feature

e.g. only publishing against Scala 2.13 for Scala.js: ```scala lazy val root = crossProject(JVMPlatform, JSPlatform).in(file(".")) .settings(publishSettings) .settings( scalaVersion := "2.13.3" ) .jvmSettings( crossScalaVersions := Seq("2.13.3", "2.12.12"), ) lazy val publishSettings...

https://github.com/Sciss/UnidocCrossProblem ``` val audioFileURI = uri("https://github.com/Sciss/AudioFile.git#v2.3.1") val lAudioFile = ProjectRef(audioFileURI, "rootJVM") val root = project.in(file(".")) .enablePlugins(ScalaUnidocPlugin) .aggregate(lAudioFile) ``` When running `sbt ++2.13.4! unidoc`, basically I am just getting error as...

Please publish a version for Scala 3.0.0-M2. Thank you!

improvement

The repeated lines "Bad file descriptor" seem to come from some process attached to the server, either the OSC socket or the console forwarder. Should look into ways of stopping...

Enhance