M393

Results 113 comments of M393

Do you know where triggers are exported as html? When going to (Database or Table) -> Triggers export is done with AJAX. I don't think this change causes a problem,...

@williamdes Where do I find this in phpMyAdmin UI?

For reference, his project is https://github.com/nobbi01/polygon and includes a tif file with the height data.

You should be able to display the tif file as is with an [ol/source/GeoTIFF](https://openlayers.org/en/latest/apidoc/module-ol_source_GeoTIFF-GeoTIFFSource.html) ([examples](https://openlayers.org/en/latest/examples/?q=tif)) It's possible that you need to reproject the image if it is in a different...

It seems the host in the processes list is sometimes the actual host and port (e. g. `localhost:64776`), and sometimes it is the value from the users table (e. g....

Host and port are displayed if the statement is sent from a client. The value from user table is displayed when it is run without a connection e.g. from the...

Looks like submitting the Extra options form does not execute the necessary callbacks for the required scripts. The callbacks are called by `AJAX.responseHandler` when browsing or clicking `refresh`, the json...

I tried to reduce the number of locations, here is a difference between a 1x1 and 1x2 matrix at the firstmatrix value. ```sh #!/bin/sh url=https://valhalla1.openstreetmap.de curl "$url/sources_to_targets" -X POST -H...

It occured for me on a private instance, and I also had trouble reproducing this with the same data on the public server, had to try some other data, not...

Would be great if you could find out the exact version that introduced the slowdown by going through the [list of dev versions](https://www.npmjs.com/package/ol?activeTab=versions) e.g.: https://cdn.jsdelivr.net/npm/[email protected]/dist/ol.js