Mike Slinn

Results 96 issues of Mike Slinn

Apparently, a green bar might show up in the UI somewhere if more than one synth is connected. This message is confusing for everyone who has only one synth: ![greenbar](https://github.com/christofmuc/KnobKraft-orm/assets/485818/df5d4b1e-6dd7-4f84-94c4-e4bcea2a287c)

documentation

Reading through instructions for creating new adaptations, I was most impressed with the thoughtfulness that provides users with the ability to create new adaptations. I was also pleasantly surprised with...

documentation

I think the necessary tech info is here: https://static.roland.com/assets/media/pdf/JUNO-DS_MIDI_Imple_eng02_W.pdf No idea how similar the Roland Juno-DS is to any other supported synth.

The Wiki says: ``` Linux Use [LinuxBrew](https://docs.brew.sh/Homebrew-on-Linux) (now HomeBrew on Linux). brew install languagetool The LanguageTool server jar will be installed to: /home/linuxbrew/.linuxbrew/opt/languagetool/libexec/languagetool-server.jar Run a Local LanguageTool Service ``` I...

documentation

In my multimodule Play webapp, I put the following in `modules/cadenza/app/assets/stylesheets/main3.scss`: ``` @import "lib/cadenza/redmond/jquery-ui.css"; @import "lib/cadenza/redmond/jquery.ui.theme.css"; @import "lib/cadenza/css/bootstrap.css"; @import "lib/cadenza/css/bootstrap-datepicker.css"; @import "lib/cadenza/dropzone.css"; ``` I had to modify the `@import` path...

I am using Ubuntu 14.04 ``` $ sudo gem install releasenotes Fetching: releasenotes-0.0.1.gem (100%) Successfully installed releasenotes-0.0.1 1 gem installed Installing ri documentation for releasenotes-0.0.1... Installing RDoc documentation for releasenotes-0.0.1......

- Add a column that displays the repo name that each dependency came from - Make the columns auto-size their width

First time I tried to use `zombie_scout`, on a large program written by someone else, I got this: ``` $ zombie_scout scout (string):544:1: error: unexpected token kEND (string):544: end (string):544:...

This is a 🐛 bug fix. ## Summary Makes `livereload_ignore` finally work properly. ## Context Fixes #9502

The README says "Experimental doobie integration with Quill." Is that still true?