Wouter
Wouter
Hi, Is it possible to have multiple Logger instances, like: I want to see two log files. - One with all the logging - One with only the critical ones...
create a table: ``` CREATE TABLE media ( id bigserial NOT NULL PRIMARY KEY, tags text[] ); ``` now do: ``` let rows = try connection.simpleQuery("SELECT * FROM media WHERE...
## New Feature Currently I see that I can set isDraggable in the PointAnnotation is in the initialiser: ``` /// Create a point annotation with a coordinate and an optional...
## New Feature Can I get an easier way to draw a PolygonAnnotation with a Border in SwiftUI? Currently, I have to add a Polygon and a Polyline. It would...