Edward Silverton

Results 185 comments of Edward Silverton

Yep, this is something I've run into too. Should definitely be in the next community sprint.

Hi, It looks like it might be a problem with the theme submodule. Did you do a: `git submodule init` `git submodule update` (in the player directory)? I tried cloning...

Yep, I've been using Grunt a lot for subsequent projects. I definitely need to revisit this when I get an opportunity.

Yep, go for it! Have you look at Gulp? http://gulpjs.com Have been thinking that I'll probably use that from now on. I prefer their 'code over config' approach.

Here is a TypeScript implementation of LINQ-style tree traversal: https://github.com/BSick7/exjs/blob/f607b01d31d775730b9c1fdb168e271cb2c8dbe3/src/traverse.ts exjs is really powerful, but jmespath has a much more accessible string-based query language. It would be great if there...

Yep, I posted it as a reference. From a beginners' point of view, I'd be interested to know how jmespath compares to LINQ - is it essentially the same concepts...

include extra config options for download: https://github.com/UniversalViewer/universalviewer/issues/926

it looks like the label span isn't filling the whole width of its containing element? Might make things easier to read. usually settings with checkboxes associated are located in the...

drop down listing each image and an 'all' option, which shows all images as a grid.