David Jones

Results 50 issues of David Jones

### Context & Description Over time, Kitura and associated repositories have built up a multitude of code examples and tutorials. This presents an ongoing maintenance problem: when APIs or the...

See https://www.owasp.org/index.php/HttpOnly I believe we should be setting the `HttpOnly` attribute on Session cookies by default. Currently we only set the `domain` and `path` attributes, and rely on the user...

Kitura's detailed logging is applied sparingly at present (we don't do much logging), because there is a small overhead to a log statement. Having many of these on the critical...

The `usersCache` currently does not have a size limit. I've read that `NSCache` purges entries when a device is running low on memory, but I'm not sure I understand how...

enhancement

Use the Swagger generation of Kitura as the basis for implementing a mechanism to highlight API changes. This would be implemented by comparing the in-memory representation of the swagger with...

OpenAPI

Two modes: 1. If someone has intentionally changed the routes on their server, re-generate XCTests for them 2. Run against a pre-existing server so that tests fail if the routes...

The blogs that have been converted from https://developer.ibm.com/swift/blogs/ appear to have no links. Most of the blogs contain a good number of links to the content being discussed, and as...

If you fork Kitura.io and build the Gatsby site into your `gh_pages` branch, then try to use Github Pages to serve it on the default domain (`yourname.github.io/kitura.io/`), the links are...