Mark Fisher

Results 13 issues of Mark Fisher

I've locally changed cadence-pulse2jack to read from a local configuration file to setup multiple sink/sources in pulse2jack bridges. The config file looks something like: #type|Name|channels|connect source|PulseAudio JACK Source|2|yes sink|PulseAudio JACK...

This is to implement #234 I have changed the Jack Bridges UI configuration into a new tab, grouped the ALSA, and created a new table that allows creating/editing new Pulse...

I've got a git install of prelude, and have following in personal/start.el ``` (add-to-list 'custom-theme-load-path "~/.emacs.d/themes/") (disable-theme 'zenburn) (load-theme 'noctilux t) ``` The problem is that only part of the...

### Expected Behavior I should be able to set a JsonFormat override on fields in an entity ### Actual Behaviour The JsonFormat specified is ignored ### Steps To Reproduce Run...

I had trouble integrating kunafa into a build.gradle.kts (kotlin based) build using the examples in the docs, but managed to come up with the following: plugins { id("kotlin2js") } dependencies...

### Environment info groovy-ssh-2.8.0 (java-1.8.0_111, groovy-2.4.7, jsch-0.1.54) ### Steps to reproduce 1. 'put' a directory with large number of files and directories I'm using put to copy a directory of...

I was trying to create a transfer to Minmus, but as the Mun was in the way, it didn't make a sensible transfer. Is this expected, or should Astrogator try...

enhancement

Using netcat with ssh to a machine, when the session completes, the fujinet crashes: ```text 21:04:25.731 > [2023/06/27 21:04:23.975347, 1] ssh_packet_userauth_failure: Access denied for 'password'. Authentication that can continue: publickey,password...

With Gungnir mod, I can use console commands "nostam" and "nomana" to stop the depletion of those resources. The 'nostam' one works fine, there's a brief flash of the stamina...

Currently I can do: ```asm .proc foo ; blah rts myArray dta SomeStruct [10] .endp ``` would it be possible to also support this as a proc var? ```asm .proc...