Alex

Results 7 comments of Alex

@Haibo-Zhou A bit later but maybe someone still need it. You need to change your target ( //5 ) dependencies to: `.target( name: "KituraTIL", dependencies: ["Kitura","HeliumLogger",.product(name: "CouchDB", package: "Kitura-CouchDB")]),`

CouchDB Documentation: [https://docs.couchdb.org/en/stable/intro/index.html](url) Example using CouchDB with Kitura: [https://www.raywenderlich.com/1079484-kitura-tutorial-getting-started-with-server-side-swift](url)

Have you tried using this parameter: `usingParameters: [.includeDocs(true)])`

Starting UDPServer on port "127.0.0.1" never worked for me. If i use the device IP or "255.255.255.255" it works as expected..

> you can write a middleware to extract the desired info from the request, and put that middleware right after the Credentials middleware. Hi @irar2 How can this be accomplish...

Same here in Mac mini M1. The issue appears to be a bug in App Kit Framework that returns a wrong display ID. In my case I have 2 monitors...