Mohamed Ilies

Results 9 issues of Mohamed Ilies

### Brand Name Jigsaw ### Website https://jigsaw.tighten.com/ ### Popularity Metric It is a popular static site generator built on top of the core of Laravel It has 2k stars on...

new icon

``` WARNING: channel "pecl.php.net" has updated its protocols, use "pecl channel-update pecl.php.net" to update downloading Mosquitto-0.4.0.tgz ... Starting to download Mosquitto-0.4.0.tgz (23,804 bytes) ........done: 23,804 bytes Fatal error: Cannot use...

### Guidelines - [X] I understand that [if I fail to provide all required details, this issue may be closed without review](https://github.com/mpdf/mpdf/blob/development/.github/CONTRIBUTING.md). ### Description of the bug `SetMargins` does not...

Hi, can I currently use `GL_ELEMENT_ARRAY_BUFFER` and `glDrawElements`? because I tried some hours ago and got an error (I do not remember its detail but I'll reproduce it if needed)...

enhancement

## Using `ST_DISTANCE_SPHERE` ```sql SELECT ST_DISTANCE_SPHERE( POINT(-0.32170480372414134, 35.85398240387264), POINT(-0.6368148560996869, 35.70035747269707) ) -- 33164.40908920633 ``` ## Using the package used formula ```sql SELECT ( 6378137 * ACOS( COS(RADIANS(-0.32170480372414134)) * COS(RADIANS(-0.6368148560996869)) *...

```php $works = "x";; $doesNotWork = ""; $dom = new Dompdf\Dompdf(['isRemoteEnabled' => true]); $dom->loadHtml($works); $dom->render(); $dom->output(); $dom->loadHtml($doesNotWork); $dom->render(); $dom->output(); ```

bug

### Subject of the issue This part of code https://github.com/tymondesigns/jwt-auth/blob/2.x/src/JWTGuard.php#L78-L79 sends the following query twice: ```sql select top 1 * from where [key] = " ``` ### Your environment |...

The `padding-inline-start` CSS is not recognized by the purifier. How can register it in the config or the singleton?