Stefano
Stefano
I manually installed the old sifter to make it compile at the moment.
Just on OSM Carto and on Humanitarian. Power lines also could be used as orientation. Is there a case study for a derived map yet? I imagine it would need...
+1 for filterable notes. Another case could be a way to tell apart notes from the main website and notes from apps (this has been suggested to me a couple...
```php $properties = [ 'test' => 'value' ]; $point = new \GeoJson\Geometry\Point([1, 1]); $feature = new \GeoJson\Feature\Feature($point, $properties); $collection = new \GeoJson\Feature\FeatureCollection([$feature]); echo json_encode($collection); ```
I opened this one https://github.com/mettle/sendportal-core/issues/184
Hi, the ImportSubscriberService class seems to check for existence only from id and email columns, but it doesn't seem to touch the unsubscribed field... Do you see that unsubscribed_at becomes...
I changed the return type in this way, although It's not so clean.. ```php public function getFileInfo($fileinfo_const = FILEINFO_NONE): string { if ((FILEINFO_MIME == $fileinfo_const) and (false != $this->mimeType)) {...
Same issue wirh latest proton
Done in https://github.com/mettle/sendportal-core/pull/187/commits/91b2bd16cd105503d5909797b0a3ccc75720f7e0