Helen Masters
Helen Masters
I have a global install of the generator-swiftserver package at version 4.0.0, which is therefore on my PATH on macOS, this means that npx when it runs doesn't get the...
## Context and Description Whilst investigating Kitura performance on the web-frameworks benchmarks under #1448 we noticed that the POST benchmark had particularly poor performance. This issue is to investigate the...
Having run `kitura init` to generate a basic Swift application when I recompile it to use Kitura-NIO by setting export KITURA_NIO=1 I then get a warning from CZlib as follows:...
The "double click to copy" feature which is on the current website and allows the easy coping of code snippets is not on the new website. This is a great...
The page below will need redesigning/augmenting once swift-log support is tagged in a release: [ ] https://www.kitura.io/docs/logging/helium-logger.html
We used to have a very simplistic guide to testing. Ideally a testing guide would include recommended approaches on how to test Kitura apps.
We should add this to our routing guides asap.
We have route names such as \orm and \couch in our guides and route handler names such as couchFindAllHandler, as we have a bookstore theme we should come up with...
For example when referring to the `App` extension in the JSON Web Tokens guide it would be great if we could hover over the word `App` and a tooltip appeared...