Nick Robinson

Results 4 issues of Nick Robinson

I've got a `Migration` that adds a foreign key field to a `Model`: ```swift struct UpdateUnitTable1: Migration { func prepare(on database: Database) -> EventLoopFuture { database.schema("Unit") .field("createdByUserId", .uuid) .foreignKey("createdByUserId", references:...

bug

I am trying to store text of approximately 600-1k characters. Using a field definition, such as: ```swift @Field(key: "role") var role: String? ``` Creates the usual `VARCHAR(255)` column in the...

enhancement
question

`Odyssey.analyze_all(text)` Executes and returns good results for Flesh-Kincaid GL but zero for the Gunning Fog index, whatever is supplied as `text`. `Odyssey.flesch_kincaid_gl(text)` Again, works as expected, but: `Odyssey.gunning_fog(text)` Errors with:...

### Board Type RaspberryPi3 Model B ### Operating System Ubuntu 24.04.1 LTS ### Swift Version Swift version 5.10.1 (swift-5.10.1-RELEASE) Target: aarch64-unknown-linux-gnu Installed from swiftARM as binary ### Description A KY-038...