Gajus Kuizinas

Results 764 comments of Gajus Kuizinas

``` js piping.on('finish', () => { resolve(); }); ```

@sibelius I don't work with Oracle at all these days, therefore I wouldn't pick up this task. But I am happy to add the feature if a PR is raised.

The first thing to try is to catch all window click/touch events and preventDefault them. If that disables the described behavior, then yes, it would be possible to disable it....

This test prevents default of all events: ``` js for (property in window) { if (property.indexOf('on') === 0) { (function (eventName) { window.addEventListener(eventName, function (e) { console.log(eventName); e.preventDefault(); }); }...

I am pretty sure it should be: `(100% - #{$variable - 20 + px});` (this also assumes that variable is an integer)

I will look into it, though the problem appears to come from https://github.com/sasstools/sass-lint

Just FYI, I am working on a parallel issues. This is in my radar, though not a priority. I want to create a generic ORM that allows to perform INSERT/...

Yes, it is intentional to avoid an unnecessary function call.

You are not wrong... Yeah, I would accept a PR.

I haven't used Composer for couple of years now. Is adding a git tag sufficient to create a new release?