Chris

Results 6 issues of Chris

Just a suggestion, you might want to include a section on bulk inserts and managing imports of large heirarchies with the Nested Set manager extension. I just struggled with speed...

This is going to sound totally whack, but I have intermittent issues with certain command runs failing. It only happens when the stars align, and multiple tasks run under the...

When using with PHP, returns error ``` Notice: iconv(): Wrong charset, conversion from `utf-8' to `us-ascii//TRANSLIT' is not allowed ``` Essentially the same issue as reported on https://github.com/docker-library/php/issues/240

question
upstream

(Second attempt, reliased I didn't even look at last PR) Anyway, quite straightforward, Currently the $return is set based on > $return = $this->useContainerObject ? new KeyValueContainer() : array(); This...

If an item has a "progress" property it would be good if it (optionally) displayed a percentage and an overlay to visualize the progress of the event... For example, with...

enhancement

At the moment when you specify a source string, it loads everything. The only way to update the data object is by reloading the entire page. It would be extremely...

enhancement