Karl Ward

Results 16 issues of Karl Ward

In regards to post #169, I would like to report an issue that occurs when using Html `` alongside the new `$hard_wrap` option, which otherwise works nicely within it's logical...

Is Nested the evolution of Grid-a-licious, or do they have different features?

I have created a player with Buzz, but before I even start to "play" the first track, I can see in network inspector that it is loading partial content of...

I came across egjs-view360, and it looks very promising! In addition to #381 the only missing feature is built-in auto-rotate (autoCruise) options. You already have an example [custom-control.html](https://naver.github.io/egjs-view360/examples/panoviewer/controls/custom-control.html) using custom...

feature-request
stale

Dear friends of Stacey, We have built a fairly complete Stacey-friendly admin panel for a separate project we are working on. Although it has a few implementations specific to our...

Just wanted to share a snippet for creating a recursive menu in Stacey 3.\* with Twig. Simply create a partial template **partials/root-menu.html**: ``` html {% for child in node|default(page.root) %}...

### Initial checklist - [x] I understand this is a feature request and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...

Feature
Triage

This is not strictly a bug, but I wanted to post some important pitfalls in regards to the `checkOrientation` option. I have worked with [photo.gallery](https://www.photo.gallery/) and [files.gallery](https://www.files.gallery/) for 10+ years,...

### Initial checklist - [X] I understand this is a feature request and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...

Feature

Is there any reason why the `mouseenter` event is applied to `targets` option, while `focusin` event is hardcoded to `'li`, or am I missing some vital functionality? ```javascript $menu.on('mouseenter.superfish', targets,...