Tim Groeneveld

Results 25 issues of Tim Groeneveld

``` Look what I found! Aminah Robinson!! Sounds Fascinating Should we keep looking?[y/N] ./disco: line 15: [: ==: unary operator expected ```

I have tried to write a site config for houzz.com, but am constantly being hit by the brick wall. Example: http://www.houzz.com/ideabooks/38003610/list/the-top-10-houzz-articles-of-2014 ``` [13-Mar-2015 14:20:52 Australia/Sydney] PHP Warning: DOMNode::cloneNode(): ID printLogo...

This is a meta bug to show the current state of work for the future version of Datatable, Version 5. If you have any questions or comments, please, make sure...

meta

![screen shot 2015-09-28 at 4 10 31 pm](https://cloud.githubusercontent.com/assets/1050232/10128895/7beaf452-65fb-11e5-804a-069e43bb5326.png) There are three things wrong with this image after `->setNoGroupByOnCount()` was set on the `Datatable::query`: 1. The amount of entries (60) is...

bug

I am thinking that an event driven `CustomEngine` might not be a bad idea. At the moment I have a bunch of data that is sitting in Elasticsearch (which represents...

question

Version 1.10 of jQuery Datatables has been released in _May, 2014_ and Datatables still does not properly support it. I want to have support for 1.10 done by the end...

enhancement

CollectionEngine currently does not support ordering by multiple columns. I tried extending the `Collection` class inside Datatable, and adding a new function (`sortByMulti`), but never got too far into adding...

enhancement

These patches will allow PHPUnit to correctly run all but two unit tests: - CollectionEngineTest::testOrder - TableTest::testRender

Clicking subscribe causes a 500 error, because Leauge/Markdown expects a string, but the unset value is actually null. This PR fixes this 500 error.