Tamer Hassan

Results 4 issues of Tamer Hassan

Dear Sebastian, I was just wondering what is your choice of CRUD and Grids in general? And will one be eventually integrated in L51ESK? I come from Yii2 framework and...

enhancement

Allow system admins to enable users' session video recording, for auditing purposes, with a configurable retention period and storage location. Such features exist in enterprise VDI solutions such as VMware...

The docs don't mention anything about port-forwarding from privileged ports on the host. That is, ports less than 1024... On MacOS, for example, I get error in Tilt logs that...

enhancement

from vendor/zofe/rapyd/src/Widget.php: `public function link($url, $name, $position="BL", $attributes=array())` The default "BL" does not work. example: ``` $url = new \Zofe\Rapyd\Url(); $grid->link($url->append('export',1)->get(),"Export to Excel", "BL"); ``` Does not show a link/button...