Andrew Coulton

Results 40 issues of Andrew Coulton

Hey @Zeelot, long time no speak. We're still using this and were just doing a couple of bits of tidying up of some of our projects. I've made a couple...

The code in [WorksheetManager to detect whether a cell is repeated only considers the cell value](https://github.com/box/spout/blob/master/src/Spout/Writer/ODS/Manager/WorksheetManager.php#L127). Unfortunately this means a row with repeated values but different styles is not rendered...

With the latest behat/mink-browserkit-driver 1.3.4 and symfony/dom-crawler 4.4.5 there's an incompatibility that causes a fatal error in our testsuite. We have HTML containing checkboxes with an array field name, some...

### Expected Behavior That there should be some consistent way to identify during playback that the viewer is watching a livestream rather than an on-demand video. I note that https://developer.vimeo.com/player/sdk/reference#timeupdate...

Live

I'd love a `composer install --optimize-autoloader --prevent-ambiguous` (or similar named) option to make the install fail (rather than just print a warning) if it finds ambiguous class definitions. The resolution...

Feature

Should support matching on JSON, XML and form-encoded POST/PUT request bodies

Feature

Tidy HTML (only by adding newlines and indentation)

Feature

Convert minified javascript back into human-readable form

Feature

If you add fields to the form at runtime (eg in response to a user-initiated "add section" / "add another" action) then changes to these are not detected and don't...

We have a custom plugin based on this in one of our projects and it took a while to work out why it was no longer working with Less 3.x...