Janusz
Janusz
Hmm, I think there is none. I made this change so I could easier follow lifecycle of each job passed to worker. Based on that I could make listener storing...
I looked through issues list and my PR relates to #99. I'm using backgrounds jobs for all my workers. Async clients gets no information about job lifecycle (kind of obvious...
Should we consider current version as frozen for any changes or for features only?
Haven't you got exception with msg like? ``` AbstractDatatable::validateName(): The result of the getName method can only contain letters, numbers, underscore and dashes. ``` Thats from [AbstractDatatable](https://github.com/stwe/DatatablesBundle/blob/cac7033d42a5c347507eb36a1d190e42ecdc04ad/Datatable/AbstractDatatable.php#L321) line 321 file
@Quovandius this is valid issue. Apperently regex didn't match whole name and passed each time. Made change and opened PR. Maybe next version will contain fix for your issue.
Symfony 5 compatibility is currently subject of #956 and #957.
Apperently it was added in documentation with merge of #839. I don't see it implemented so it is clearly an error. If you need to add column that is not...
@sangnguyen240892 you can't. This is 'virtual' value calculated from current page and offset in `DataProvider`, where sorting is performed inside `DataProvider` on values returned by its source. If you cannot...
Hey, how about making it fully configurable, not only Disable? It could be `vgDashLog` with `true` for enable and `false` for disable. Same as `vgAutoPlay`.
nrpe and nagios users and groups are created when nrpe is installed using yum. pg_hba.conf was modified. Without pg_hba.conf configuration check would not work locally. Check works fine, but only...