Tamer Hassan

Results 40 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`...

wildcard option still broken and the workaround instructions (link below) don't work because you can no longer uncheck the aliases options (they get checked and disabled when checking wildcard option)....

For linux, there's PolKit (formerly PolicyKit) framework, and the `pkexec` command: https://www.freedesktop.org/software/polkit/docs/latest/ https://www.freedesktop.org/software/polkit/docs/latest/pkexec.1.html

Why not just sync to Kubernetes Secrets directly, with the Secrets Store CSI Driver of Vault? see: https://developer.hashicorp.com/vault/tutorials/kubernetes/kubernetes-secret-store-driver#sync-to-a-kubernetes-secret