Sam Osheroff

Results 10 issues of Sam Osheroff

Multiple select options can have the same value. This bit of code below from the selectAll function only finds and selects the first option, based on the value of the...

I use the Mustache templating engine with HTML. The HTML Language selection work 98% of the time but it would be great to build on that for my own UDL...

udl

Is there a way (or a feature enhancement) to have Freetile consider the width of previous elements and position an element under one with the same or similar width? It...

It appears if you open a dialog on a page that's inside a now-visble iFrame, where the iFrame wasn't initially visible (display: none or a parent with display: none), the...

Comp: Dialog
Behavior shared with 1.12

At the end of Requests->send() is an unset statement that kills the curl handle property ($this->_ch). This throws a warning in PHP 8.x. See PR for fix.

Requests had a statement, at the end of the `send` method, to `unset($this->_ch)`. $_ch holds the curl object. Under PHP 8.x, accessing/setting undefined class properties throws a warning. So when...

This branch has updates to add support for PHP 8.2. Rector and testing were used to ensure backward compatibility down to PHP 7.2. The main issues were: 1. Missing class...

- Added additional logging statements. - Removed all #ifdef _DEBUG around existing logging statements, allow LogLevel to decide. - Code now inserts an input header "X-SENDFILE-INVOKED" before making a subrequest....

When auto-initializing via the data-masonry attribute, the gutter option doesn't seem to work. See my code pen where I've specified the gutter in the attribute. When you resize, the space...

I'm not sure if this is already available but something to consider for V6 is a per-row validation callback. What I'd like to do is get the row data, as...