Amro Khaled
Amro Khaled
I can't sync gitlab projects or add new one.  
I change the direction of every thing in css style to `rtl` `*{ direction : rtl; text-align: right; }` The issue not is the cursor in textarea remains on the...
Hi, How can I print web page in landscape mode ? I tried to extend the argument `--print-to-pdf=landscape` after file name from `getPdf` method butt didn't work
I don't get the input html tag with multiple property This is my code: ``` اختر الصور ``` This is what I get: ``
Fix issue https://github.com/codebyray/laravel-review-rateable/issues/50 ```json { "message": "SQLSTATE[42S22]: Column not found: 1054 Unknown column 'reviewable_type' in 'field list' (Connection: mysql, SQL: select distinct `reviewable_type` from `reviews`)", "exception": "Illuminate\\Database\\QueryException", "file": "/Users/amrokhaled/Code/damg/api/vendor/laravel/framework/src/Illuminate/Database/Connection.php", "line":...
Some options were removed in phpunit 10 like `printer` and `verbose` ### Proposed solution I see it's required now to use event system: https://github.com/sebastianbergmann/phpunit/issues/4807 and this might not working for...
Thank you for your great effort, I am trying to update data-min and data-max for buttons-range-filter using javascript, But the jplist is filtering with old values html ```html Clear duration...
Hi, I want to disable looking inside folders on remote when I run `> Ftp-synce : local to remote`, because it takes too much time. I tried to add configure...