Mathieu Barnachon

Results 28 issues of Mathieu Barnachon

## Context and Description When building Kitura with NIO, the `keepAlive` option is causing a crash of the server. ### Environment Details Tried on MacOS 10.15.3, with Swift 5.1.3 using...

## Context and Description The Swift team disclose a security issue in Swift >=5.1 < 5.1.5 about the JSON serialization. A Kitura app build with such version is vulnerable to...

Add a retry option with delay for reading through a socket. Issue: #176 Idea from @Nathipha ## Description The protocol for reading through a socket has been extended to handle...

The Auto Increment based on a closure has been removed since commit 115845f2c5a36f0bd5f2f31b01829aa0ebf89ecf. This PR is removing the refence in the documentation, and the tests that wasn't testing the right...

Implement the unsigned types if supported, and the tiny type if supported. Initialy from PR #188.

Add the COUNT function into the SELECT query. If no fields are provided, it uses `id`.

When using the `Parameter` type to avoid SQL injection, the `queryBuilder` is not working with sub-request, restarting the counter to 1 each time. If building the following query (from the...

The entry point for JWT checker is not valid anymore (due to the tool name changed?)

When a class is set `final`, the compute properties or the functions are not working anymore. This can be tested with any samples of the README. If the behaviour is...

When decoding a YAML file, I have a date stored as as a timestamp. The structure in Swift is a Foundation `Date` type. How can I decode the timestamp in...