Max Loeb

Results 7 issues of Max Loeb

Adds support for sorting on column identifiers, as discussed in https://github.com/DataTables/DataTables/issues/837 Example usage: ``` $(document).ready( function() { $('#example').dataTable( { orderByName:true, order:[["userId", "desc"]], columns:[ { name:"userId", } ] }); }); ```...

Proof of concept for alternative fix to https://github.com/webonyx/graphql-php/pull/713 I didn't want to complete the work until I get some positive feedback, so for now I just converted two errors. Features:...

enhancement

I hate to pile on as I can see you already have quite a backlog of issues, but as a TypeScript user I have been frustrated by the TypeScript definitions...

This is my first experiment in trying to support comments in array shape: ```php array{ // a is for apple a: int, } array{ // a is for apple //...

I'm starting to make heavier use of `PhpEnumType`, and its lack of configurability is starting to become an issue. Someone added support for a custom name recently, but I need...

enhancement
BC break

When new-ing a new record and doing a save, the primary key is stored as a string. It's not until you do a find that it is properly converted to...

With all the activity around enums lately, I thought I'd trot out this old classic from May of last year (I somehow [botched the old PR](https://github.com/webonyx/graphql-php/pull/1375), so this is a...

BC break