polyclick
polyclick
Why is the crawlable feature removed in 1.6? Any further explanation would be awesome. ;)
I'm unable to import the flipX & flipY methods in my typescript project. Would be great to have them available :)
How can I change the hotkey to something more user friendly like cmd+d (like in sublime?) Thanks!
When creating a new slider with an onChange callback, the changed value is not provided to the callback function. This does work with a normal number input. ``` // logs...
Hi Just a small heads up. Module wasn't working when using jspm@beta. To be exact: jspm `0.17.0-beta.41` I had to install the module like this: `jspm install npm:event-class -o "{format:...
I started following your tutorial here: http://marcinignac.com/blog/pragmatic-pbr-setup-and-gamma/ I've noticed the following things which made me scratch my head after (1.) pulling the repo & (2.) doing an `npm install`. Tried...
Hi Would be great to put the install instructions for with nuxt3 in the readme. Took me a bit to figure it out ;) - Create file: `/plugins/VueDataTable.plugin.ts` - Use...
Ok, so when you have this Ableton Live Set which has some predefined automation going on in the arrangement view; the automation gets overridden (grays out) when the first automation...
My app crashes when Ableton is already playing and one of the first update cycles comes through. ``` if (parameter > 0 && tracks.count(track) != 0 && tracks[track]->getDevices().count(device)) { tracks[track]->getDevices()[device]->getParameterGroup()->getFloat(parameter).set(m.getArgAsFloat(3));...
Let's user set a hardcoded value for the main OHLC chart, will proportially resize other sections. - Defaults to 400px - Tested & works in Jupyter Notebooks - Not tested...