Nils Plaschke
Nils Plaschke
**What Renovate type, platform and version are you using?** GHE Self hosted ``` { "renovateVersion": "24.10.1" } ``` **Describe the request** When setting the `constraint` in the config like this...
I want to define a custom `IdentityStrategy` because all my classes that i compare are based upon one base class. Therefore i thought i can add a custom identity strategy...
I read about the message filter, but the wiki just lists some headers. How about continuing the work there?
We should have a replacement ready for the old `QueryEngine`, so a user can pass a query builder or similar to the datatable. What i found was really 'annoying' was...
With the current separation i try to achieve in the code we could also support http://www.dynatable.com/. We just need a new `DTQueryParser`, `DTViewCreator` and `DTResponseCreator` ## Work to do -...
Currently the searchfunction will only receive the evaluated entries that will be returned to the User. It would be nice to have access to the raw model to provide yet...