Seba Kerckhof
Seba Kerckhof
Although butternut appears to be much faster than uglifyjs, it would be nice to also see memory comparisons. I've got a few tasks where uglifyJS gives me no problems, but...
Hey, I try to receive signals from pulseaudio using a code like: ```js var sessionBus = dbus.sessionBus({ busAddress: address, direct:true }) sessionBus.getService('org.PulseAudio').getInterface( '/org/pulseaudio/core1/sink0', 'org.PulseAudio.Core1.Device', function (err, sink) { // I...
Hey, Thanks for this great idea. For a while I was thinking about a good way to simplify touch animations. I looked at famo.us, which has this nice concept of...
Hello, First of all, thanks for this promising piece of work. Are there any performance comparisons made between the mysql live select and the mongo oplog tailing performance? Let's take...
In some cases meteor includes unnecessary node_modules in a package bundle code. It let me to having 7 unnecessary copies of lodash included. The conditions in which it happens: 1....
## Bug Report Most file systems / OSs restrict the length of file names, generally to to 255 **bytes.** Docz writes files to the cache with a concatenated path as...
**Actual Behavior**: - `What is the issue? *` md-sidenav scss sets some flexbox properties (like here: https://github.com/angular/material/blob/master/src/components/sidenav/sidenav.scss#L8 ), but then only in locked states it actually gets `display: flex` applied...
**Is your feature request related to a problem? Please describe.** Sortable allows us to change many options on the fly (e.g. change the group with `Sortable.option('group', ...)`. However, this react...
I'm trying to connect to a secure zeebe gateway. I secured it with a self-signed certificate for which the CA is in my trust store and I also pass it...
### Steps to reproduce 1. Have a slider with a restricted region and `draggableRange` set to true 2. Drag the slider bar Demo: http://jsfiddle.net/xk5tmq64/ ### Expected behaviour You can't drag...