Andrew Powell
Andrew Powell
Howdy :wave: Just wondering if you had benchmarks for Deno performance on Lambda squirreled away you could share. Trying to convince a team to give this a shot and benchmarks...
It would be great to have access to stderr as well as stdout. Off the cuff, https://github.com/visionmedia/co-exec/blob/master/index.js#L15 could be changed to return an object containing both stdout and stderr.
Ahoy. It's been mentioned in a few places (most recently https://github.com/rollup/rollup/issues/2988) that one of the primary benefits of chokidar over cheap-watch is `fsevents` support, which is natively available on MacOS....
The following will fail for LESS: ``` javascript e(%('alpha(opacity=%s)', 1)) ```
Independent from the other issue where the String Format is wrapped in an escape, this also fails: ``` css %('alpha(opacity=%s)', 5); ```
Using 3.2.1. The following block of LESS is valid, but gonzales-pe throws an error for the first line: ``` .standard-button-primary () { &[type=button], input[type=button]&, &[type=reset], input[type=reset]&, &[type=submit], input[type=submit]& { background-color:...
Mixin variable rules are throwing parse errors in 3.2.1. Sample less mixin below: ``` .browser-prefix(@prop, @args) { -webkit-@{prop}: @args; -moz-@{prop}: @args; -ms-@{prop}: @args; -o-@{prop}: @args; @{prop}: @args; } ``` Parse...
ParseError is an improvement upon the previous error reporting. But it causes some data loss and important information during conversion from Error to ParseError. The following code is offered as...
The lesshint project is using this module and is discussing https://github.com/lesshint/lesshint/issues/43 how to handle parse errors that gonzales-pe throws. While the module is helpful in that it gives a line...
GNP doesn't handle mailto links on Windows 8 despite checking the option to do so.