M393

Results 53 issues of M393

Please allow jspdf 3.0.0 as peer dependency. Currently types-ol-ext blocks upgrading jspdf. ```json "peerDependencies": { "jspdf": "^2.5.2 || ^3.0.0" }, ```

bug

Fixes #110 The override option on the command line changed from `--override` to `-o g -o x -o c -o t -o l ` or the long option `--override g`...

### Description HeidiSQL does not flush its logs to disk after each line, it is not possible to view the last few bytes of the log file as long as...

enhancement

### Describe the bug The New Event form cannot be submitted when changing the Event type. ### To Reproduce Steps to reproduce the behavior: 1. Expand Schema -> Events in...

https://psalm.dev/r/65da587980 Compare output for f1 through f4. Here it is handily organized in a table: ||array|object| |-|------|-------| |non-optional|f1`$a1: array{p: bool}``$a1['p']: bool`|f2`$o1: object{p:mixed}``$o1->p: bool`| |optional|f3`$a2: array{p?: mixed}``$a2['p']: bool` |f4`$o2: object{p?:mixed}``$o2->p: mixed``MixedReturnStatement`| the...

Demo server seems to have run out of disk space. https://demo.phpmyadmin.net/master-config/public/

The last snapshot for 5.2 and 6.0 are from 2025-07-18. https://www.phpmyadmin.net/downloads/

https://demo.phpmyadmin.net/master-config/public/ version [8e72191](https://github.com/phpmyadmin/phpmyadmin/commit/8e721911f0acb05de8e23437767d485e5429ed92) from 2024-12-18 https://demo.phpmyadmin.net/QA_5_2/ version [6ce5636](https://github.com/phpmyadmin/phpmyadmin/commit/6ce56360928211a70359e62ad50f54aa10540b5f) from 2025-01-06

Fixes #17285 and fixes a bug where the `Loading...` was not visible during export because it was immediately dismissed.