Diego Casorran

Results 81 comments of Diego Casorran

What about ESLint 8.x ?

any update on this by any chance? Also, it's just me or looks like there is some code missing: https://github.com/ncruces/dcraw/blob/eafa02db3fd8aab533144b24baf4ef89a45b9ede/dcraw.c#L6886-L6888 ...which may or may not be related to the broken...

How about filing a https://www.bountysource.com/ for this to be done? and ideally, something Dave himself would do so that we do support its work (?) but anybody could take it.

Ah, got it, i thought you may was a friend of him, given for example i have no idea where his git/svn repository is/was :)

Hi, the changes you're suggesting are for the function [`detectVerticalSquash`](https://github.com/stomita/ios-imagefile-megapixel/blob/e6cf1c91d28b1edce99963e5ecf9b71f44572519/src/megapix-image.js#L37) which is not used for PNG files, only for `image/jpeg` ones (see #18) However, playing with the image http://i.imgur.com/lxfQQqa.png as...

So, the issue seems to come from: https://github.com/IonDen/ion.sound/blob/d0eed04fba8de5c05925320d04a9accbcab1e75b/js/ion.sound.js#L321 I.e. `audio` belongs to an `AudioContext` instance, however `audio.decodeAudioData()` is not a function... however, according to MDN that should be supported on...

FYI: That **is NOT** correct minification. In fact, if there were any real issue on that, the non-minimized code would cause some problem as well. At run time "Blob" is...

https://github.com/yui/yuicompressor/issues/155 I think there's no need to revert d71ed78, though.

For this code as posted on https://github.com/yui/yuicompressor/issues/155 ``` js (function(view) { alert(typeof Test); view.test = function Test() { console.log(Test); }; })(this); ``` This is the relevant part of the AST...

Yeah, sorry, but keep in mind we cannot setup S/FTP to run through the web, if we ever build an Electron app that could be possible using the webclient codebase,...