mrAceT
mrAceT
**An other interesting development regarding this subject:** I had trouble with high server load and checking the logs of Nextcloud I saw that a particular DAV request was flooding the...
Just had a bit of a headache tripping over "double spaces" again.. I accessed an old folder containing "FACEBOOK +" I first thought the plus sign was the trouble maker,...
Maybe the first two are to short? I used something similar, but that broke today / a few days ago? Maybe it is related to this? https://github.com/perliedman/leaflet-control-geocoder/pull/354
I reverted back to version 2.4.0 and all is working again..
There was an update fixing the CSS problem, great. And I saw that there was a small edit for the reverse search-demo. In that demo I see a way to...
for those unfamiliar with 'promise', this is now the way to go: ``` var address = 'street City'; L.Control.Geocoder.nominatim().geocode(address).then(function(results) { console.log('results:',results); }); ```
I have for now disabled the Collabora Online - Built-in CODE Server (Version 24.4.802)
I was unable to execute: `composer require --dev dompdf/dompdf:dev-stylesheet-parsing-update` the result was: ``` [InvalidArgumentException] Could not find package dompdf/dompdf in a version matching dev-stylesheet-parsing-update ``` So I manually updated. The...
Hi @krakazyabra, 1) Postgres I don't use postgres, so that would mean I'dd need to set up a complete test environment for it.. also I must admit I don't have...
I use the script localtos3 every now and then to perform what I call a "sanity check", this is what I get: ``` #sudo -u clouduser php81 -d memory_limit=1024M /[folder]/localtos3.php...