Romans Malinovskis
Romans Malinovskis
Just curious, what is the best way to localize this method: https://github.com/beberlei/assert/blob/master/lib/Assert/Assertion.php#L2558
Can anyone help with enhancement? https://github.com/markstory/sphinxcontrib-phpdomain/issues/7 This could be a really usable solution for anyone who is developing library/framework documentation in sphinx for PHP.
This way we can actually extend this and enhance if we wish! I cleaned up the server class, but the same thing probably applies to other classes. It's really bad...
It becomes a huge annoyance after a while. Too many open files: - symlinks in the projects - large watched folders - new files are not being tracked Please refactor...
I haven't found any mention of mail gateway template support. How can this be implemented?
Data manager is a new component built around CRUD but will be able to work with referenced models too. Here is a basic example of Data Manager in action: ```...
PR #333 has introduced a bunch of changes and although it seem to work fine, there are a few minor cleanups that must be done afterwards: - [x] property `trigger`...
Upload field was implemented and merged, but documentation should be added possibly with database examples too.
Currently Actions allow to: ``` php $act->addAction( ['icon'=>'pencil'], new \atk4\ui\jsExpression('document.location="edit.php?id="+ $(this).closest("tr").data("id")') ); ``` There should be more flexibility, e.g. adding link and other wrappers. See older code for reference. ```...
Blocked by #101 currently it's a hard-coded template, but we should be able to use a Message class.