Artem Egorkine
Artem Egorkine
I do the following in ``build.gradle``: ``` // Add generated build-config directories to the main source set, so that the // IDE doesn't complain when the app references BuildConfig classes...
FWIW, coremidi 0.7.0+ doesn't support macOS 10.x because it uses [MIDISendEventList](https://developer.apple.com/documentation/coremidi/3566494-midisendeventlist) and [MIDIReceivedEventList](https://developer.apple.com/documentation/coremidi/3566493-midireceivedeventlist). I'm not sure this is something that is important to anyone, just reporting my findings compiling on...
I think, @Boddlnagg means coremidi-sys version 3.1.1 released a couple hours ago. Unfortunately I no longer have my MS-1 device to check with, so I can be of little help.
Also ran into this with Scala 2.13 with slick-pg 0.21.1 when adding `-Xsource:3`. Chaning `import profile.api._` to `import profile.MyApi._` helps, but does anyone have any idea as to why this...
To answer my own question above, `ExPostgresProfile` defines `api` as: ``` override val api: API = new API {} ``` So, in `PostgresProfile` above, it is not enough to write:...
Now that PR #7 is merged, will there be a new official version released?
I am using the work-around posted by @sime just extended to all ui-select templates: ``` javascript $scope.uiSelectTemplateReady = false; var base = '...'; $q.all([ $http.get(base + '/choices.tpl.html', {cache: $templateCache}), $http.get(base...
Good point, the PocketPOD support was easy to add. Do you by any chance have a Floor POD Plus to test with?
Seems like M-Vave MS-1 bluetooth MIDI device is very unstable on macOS. Trying to get to the bottom of this (I'd be content with just getting it to not crash)...
`coremidi-sys==3.1.1` seems to have fixed the issue