Wouter

Results 4 issues of 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...

enhancement

## 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...

feature :green_apple:
SwiftUI
auto-triaged

## 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...

feature :green_apple:
auto-triaged