Tamer Hassan

Results 17 comments of Tamer Hassan

still using the old v7.6.1 of 2012, it "was" mit licensed (so open source), before it went commercial :)

looks like redactor.min.js still included.. it is 11kb In https://github.com/zofe/rapyd-laravel/issues/62 , Zofe expressed he would go with [summernote](https://github.com/hackerwins/summernote), probably cuz of average size minified js (around 60kb back then when...

Hello Sebastian, I apologize for the long delay in response. Just a few days ago, I started to get back on track with my project based on L51ESK, and just...

I think this (using closures) would accomplish what you need: ``` $grid->add('enabled', 'Status')->cell( function ($value) { if ($value == 1) { return ''; } else { return ''; } });...

for me, with 0.4.1, seems that pg.schema is now hardcoded to be "prometheus" i.e. the -pg.schema=whatever command line option is not observed at all.

TinyMCE community edition is LGPL 2.1 licensed and looks like a great alternative indeed. @zofe

> Tray icons for all of these are absent for me, I suspect (may be wrong) because Electron has moved to the KDE StatusNotifierItem implementation with no fallback to `libindicator`...