Valerio Mazzeo

Results 30 comments of Valerio Mazzeo

> Not sure why this started happening in recent versions but a couple thoughts. I believe it's been introduced by https://github.com/facebook/facebook-ios-sdk/issues/2004 > I was unable to reproduce this. Could this...

have you tried with 0.2.0?

I ended up porting my [IndexBuilder](https://github.com/asensei/vapor-fluent-mongo/blob/feature/swift5.2/Sources/FluentMongo/IndexBuilder.swift) to Fluent 4. Although, I had to hammer it in a custom query action. Using the schema constraints to define an `index` didn't feel...

I think [here](https://github.com/vapor/fluent-kit/blob/gm/Sources/FluentKit/Operators/ValueOperators+Array.swift#L12-L18) The correct constraints are: ```swift public func ~~ (lhs: KeyPath, rhs: Values) -> ModelValueFilter where Model: FluentKit.Model, Field: QueryableProperty, Field.Value: OptionalType, Field.Value.Wrapped: Collection & Codable, Values: Collection,...

related to #1

you can do it using my fork calling resetSettings

What if it's not an array and just a `one-to-one` relationship? Can't we have an overloaded version of ``` public static func decode(j: AnyObject) throws -> NSDictionary { ``` that...

What about having a context parameter in the decode function?