Mathieu Barnachon

Results 52 comments of Mathieu Barnachon

I think this PR is good now? I've recently run into the problem again, and it would be nice to have it integrated. Can we merged it?

If anybody is interested, I will be happy to add also `MIN`, `MAX`, `AVG` and `SUM`.

I have the same issue with similar dependencies. I've tried to remove as much as possible, but I think the problem is related to the inclusion of SwiftyRequest. Nevertheless, when...

In my case, it didn't solved the problem unfortunately. My current work-around is to use a Docker image, and push the image. Not ideal, but it does the job so...

Thanks for your comments @Davidde94 ! Is this [PR](https://github.com/Kitura/Kitura-NIO/pull/244) what you mentioned by moving it to the start of the logic? An additional question: is `channelInactive` called when I close...

Thanks! Then, I think the PR should be OK.

Hi Johannes, I can't reproduce your issue on my Mac (10.15.3 with Swift 5.1.3) but it looks like it could be a valid reason for the Kitura issue [#1501](https://github.com/IBM-Swift/Kitura/issues/1501). Do...

The issue belong to Kitura I think, as this is the place we generate the specification. Nonetheless, I think this is due to the way you set the JSON encoder...

My guess is that, since you can use a custom format, it could be tricky to set. It could/should be done with ISO 8601. Do you mind creating an issue...

@phanindhraB What is different? I cannot spot the difference here. Do you mean your JWT is altered in anyways? But between what and what?