M393

Results 113 comments of M393

I just noticed that in the f3 case psalm should complain that the property may be unset, but it didn't.

When using the modal, after changing the Event type, the buttons are there but offscreen until the modal is moved.

Sounds like #18495, Might be already fixed by #19090 but not yet released.

You can try exporting a procedure on the demo server: https://demo.phpmyadmin.net/QA_5_2/ Or install the snapshot release https://www.phpmyadmin.net/downloads/#snapshot_5.2+snapshot download instructions in case of problem: https://github.com/phpmyadmin/website/issues/164#issuecomment-1892466938:

@williamdes Could something be wrong with the applied Debian patches? https://sources.debian.org/patches/phpmyadmin/4:5.2.1%2Bdfsg-3/

If the result of the addition is larger than PHP_INT_MAX php will convert it to a float.

Could it be related to using webgl for the tiles? Try using the canvas tile layer. ```patch -import TileLayer from 'ol/layer/WebGLTile'; +import TileLayer from 'ol/layer/Tile'; ```

I have been able to install the snapshot with the current 5.2 dev version today, but there should have been more snapshots in-between.

It's not quite that simple unfortunately. See https://github.com/openlayers/openlayers/pull/16722#issuecomment-2721736870

In my project I have hacked something together, assuming you are using TileJSON. It changes the the attribution from the attrMap key to the attrMap value if set, otherwise no...