Valerio Mazzeo

Results 22 issues of Valerio Mazzeo

### Checklist before submitting a bug report - [X] I've updated to the latest released version of the SDK - [X] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-ios-sdk/issues) - [X] I've...

needs-triage
bug

This is a lambda function with proxy integration connected to an API Gateway. It randomly crashes with this log: ``` 18:33:58 START RequestId: d78628da-a0c9-4e39-be97-5c0a604dadf9 Version: $LATEST 18:33:58 Fatal error: Error...

Fixes https://github.com/mongodb/mongo-swift-driver/issues/768

## Describe the bug When attempting to create a `text` index with `name=nil`, the driver crashes on this [line](https://github.com/mongodb/mongo-swift-driver/blob/main/Sources/MongoSwift/MongoCollection%2BIndexes.swift#L21) because of the assumption that the value (`v`), must be an...

bug

`swift package generate-xcodeproj` is deprecated and will soon be removed. This means that the preferred way to generate code coverage for projects that only supports Swift SPM going forward, will...

Given the following model: ```swift class MyModel: Model { static let schema = "" @ID(key: .id) var id: UUID? @OptionalField(key: "field") var field: Set? required init() { } } ```...

enhancement

Because of some assumptions made in [Querybuilder+Set](https://github.com/vapor/fluent-kit/blob/master/Sources/FluentKit/Query/Builder/QueryBuilder%2BSet.swift#L37) and [Querybuilder](https://github.com/vapor/fluent-kit/blob/master/Sources/FluentKit/Query/Builder/QueryBuilder.swift#L269-L274) it's not possible to assign anything other than `DatabaseQuery.Value.dictionary` as a top level `Input`. In particular it prevents the use of...

enhancement

It would be nice in `Fluent 4` to have a protocol for creating Indexes as well as having an `IndexBuilder` and some nice convenience methods on `Model`. Something along the...

enhancement

These commits fixe few bugs when running on iOS7. They also provide a small refactoring of the UI to adapt it to the new flat style.

What about using these images (from the iOS framework): ![devicelockkeypad iphone](https://f.cloud.github.com/assets/1882080/559224/cee2d35a-c445-11e2-96eb-e2408709988e.png) ![devicelockkeypad ipad](https://f.cloud.github.com/assets/1882080/559225/d03fa11a-c445-11e2-9150-c6274066c2c2.png) ![devicelockkeypadpressed iphone](https://f.cloud.github.com/assets/1882080/559226/d238bd6c-c445-11e2-9700-9716146c8cb2.png) instead of the hidden textfields and standard keyboard? this will look great on the ipad...