-
Hey,
Still trying to incorporate Erik into my project, and am running into package resolution errors on XCode 11.4. I'm running a Kitura/Postgresql/Swift-Kuery-ORM project and get the following mes…
-
As someone using Swift in a new way (ahem, on the server), it's useful for me to occasionally reference other Kitura apps as a way to make certain architectural decisions.
I'd love it if either [h…
-
I noticed that when posting data with `curl` over a certain size (in my experiments, > 1024 bytes) there was a 1 second (or occasionally 2 second) delay. I tracked this down to the behaviour of the `…
-
-
I get this error when running 'swift build' in terminal of Macbook. What I suppose to change to fix it?
'KituraTIL' /Users/Chuck/KituraTIL: error: dependency 'CouchDB' in target 'KituraTIL' require…
-
| | |
|------------------|-----------------|
|Previous ID | SR-6392 |
|Radar | rdar://problem/40206348 |
|Original Repor…
-
…unless the template engine implementation will do it, as defined by a parameter on the `TemplateEngine` class implementation. (IIRC, Mustache does it by default, but Stencil does not.)
That is, `"…
-
I've installed gd using "brew install gd". I'm running a Kitura REST web service that does image manipulation and returns to the client! Mac OS Mojave latest version!
Can this library run in both L…
-
## Context and Description
Is https://github.com/IBM-Swift/Kitura-HelloWorld-iOS really the simplest way to run Kitura as a server on an iOS device? Can no cocoapod be provided?
I'm currently look…
-
The Swift stack installs `libcurl4-openssl-dev` and `libssl-dev`, though these are not general Swift requirements. They are required by Kitura, and are provided by the kitura stack (#431).
However…