Adam Jimenez
Adam Jimenez
Is this project dead because it seems pretty inactive. If so I may make a fork.
This line breaks jQuery 3 support, seems to work fine without it: https://github.com/allpro/layout/blob/master/source/stable/jquery.layout.js#L1832 Also .bind / .unbind are deprecated.
The version in the repo is 1.4.3, whereas 1.4.4 is available from: http://layout.jquery-dev.com/lib/js/jquery.layout-latest.js Would be good if there was one dist folder instead of all the different versions.
Hard to pin down, but I'm finding that when having maskContents enabled it sometimes blanks out one of my panes when it shouldn't. It seems to get inverted somehow as...
https://github.com/jasonday/jQuery-UI-Dialog-extended/blob/a1a9c0750348327c841ded0c43a73c994c6ed6ba/jquery.dialogOptions.js#L108 Should this go in the condition above, otherwise `elem` is not defined?
Is it possible to specify a file offset to facilitate chunked uploading?
when adding folds to the demo it doesn't line up: http://benkeen.github.io/ace-diff/demos/demo2/ 
These are missing: https://yum-longview.linode.com/fedora/22/noarch/ https://yum-longview.linode.com/fedora/23/noarch/ My workaround is to: 1) Log into SSH and run the install command from longview e.g. `curl -s https://lv.linode.com/..` You then will get the following...
echo with multiple parameters causes a syntax error ``` echo('foo', 'bar'); ``` Syntax error, unexpected ','