Mark Fisher

Results 21 comments of Mark Fisher

I meant to comment on the icons; that sounds like a great idea too. PRs to this PR are more than welcome - i'm learning this as I go (I'm...

Another +1 here, I've just connected my laptop to a Focusrite 6i6 v2, which presents as 6 channels, so Pulseaudio is presenting as 5.1 and auto connecting all channels. as...

I found I could add channels=2 to the defaults to work around this, but also extended it to create multiple sinks/sources by amending cadence-pulse2jack. I've created #234 to talk about...

I get the zenburn's background colour with noctilux mix-in

i've removed prelude and just have this in my .emacs.d/init.el now: ``` ;; add colour themes (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (load-theme 'noctilux t) ``` and it still fails to load the...

That gist is working here, cheers, seems a better solution than forcing the server-start in the initialisation.

Is this going to be addressed? Getting it on Pop!_OS too in HiDPI mode on my Oryx Pro.

You also need something like this in settings.gradle.kts val kotlinVersion: String by settings pluginManagement { resolutionStrategy { eachPlugin { when(requested.id.id) { "org.jetbrains.kotlin.jvm" -> useVersion(kotlinVersion) "kotlin2js" -> useModule("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") } } }...

This would be a really nice thing to have, particularly as this whole plugin is being used in the context of kotlin. The first thing I looked for was how...

> Is there any reason this hasn't been pulled that I could help with? This feature would be very useful for mixing streams from programs that are not JACK-native. I...