Alf Marius
Alf Marius
I have an empty that append some stuff into through ajax and then run columize() on. Nothing happens. When I comment out $inBox.empty(); in line 93 it works. Edit: I'm...
I have a container that is inline-block. Setting option height and nothing happens. Setting container to block and it works fine. I'm using v.1.6.0 and jQuery v.1.10.2
After a whole day of debugging why I couldn't get longpolling working with multiple workers in docker I finally narrowed it down to this: In *entrypoint.sh*, if you add `--dev=reload`...
https://atom-minimap.github.io/minimap/ ``` atom-text-editor atom-text-editor-minimap::shadow .minimap-visible-area, atom-text-editor::shadow atom-text-editor-minimap::shadow .minimap-visible-area { background-color: green; opacity: .5; } ``` ^ that didn't work for me this however did: ``` atom-text-editor atom-text-editor-minimap .minimap-visible-area::after { background-color:...
projectM
How hard would it be to implement projectM (milkdrop clone) to Nulloy? https://github.com/projectM-visualizer/projectm :)
Hi, I usually have the FIRE in "Overview" mode, where I can control the mute, solo, arm/rec etc. But when I select a track in Bitwig the controller automatically jumps...
I've read the docs extensivly looking for this feature, but can't find it. A lot of times its necessary to have some pluralization only on some parts of a longer...
I'm trying to create a reactive static model getter that returns some items that are affected by a filter. The filter is just a normal Vuex module containing some filter...
Vue: v3.3.4 Vuetify: v3.3.16 When using vuetifys `v-data-table` you can customize the body slot ``` {{ element.xxx }} ``` The problem here is that you get 2 `tbody` tags, vuetify...
Hi there! First, thank you for your incredible work on this piece of software :) I came across this while searching for some random MIDI stuff... Here are some feedback,...