Craz1k0ek

Results 8 comments of Craz1k0ek

I've done some more investigation on the matter and the issue can be solved multiple ways. One would be to cast the type in the database already. For the query...

I tried reproducing your issue, but it appears to work fine for me. The model and migration: ```swift import Fluent import Vapor final class Course: Model, Content { static let...

I've managed to reproduce your issue. It is, afaik, related to postgres and its built in `sum` function. When executing the following SQL, it states that the data type is...

Also, there is an alternative response `init` that does just what you want: ```swift Response( status: .ok, version: request.version, headersNoUpdate: [ "Content-Length": "42", "foo": "bar", ], body: .empty ) ```...

Fair point about it being an _interesting_ format. As for the crypto behind it, it is already implemented at OpenSSL/BoringSSL, so I believe we should somehow be able to map...

> Just as a general survey -- Do all strings contain fractional seconds, or some of them do and some of them don't? This shouldn't affect the implementation, as the...

I tried fixing this issue myself, but it appears the macro is not correctly parsed, but I can't figure out why. Parts of the code I added ```swift if configuration.ignoresMacroDeclarations...

@mmenanno clueless. Might have to do with the `default` value. You've set it to `false`, but `null` might be better