Jimmy McDermott
Jimmy McDermott
When sending a JSON request payload greater than the default max body size, the data is truncated instead of throwing an error.
Hello, This project looks incredible. Is it possible to use it with a Vapor server? I saw in the article it said that it would automatically setup a Kitura server,...
It would be super cool to have the generated HTML sort the symbols into folders based on the folder structure in the actual project. For example - we have a...
Hi there, Thanks for the fantastic library! I just got this setup as a GH action which then immediately pushes the changes to the branch it runs on. Works like...
In order to fully complete conformance with the reliable queue pattern, the library should expose a hook that allows drivers to move idle jobs in processing back to the upcoming...
The `anyValueType` eraser in `Fields+Codable` is coalescing the double-optional of OptionalParent.Value to a single optional, causing it to improperly decode when passed around via Codable.
### Describe the bug When running a Fluent query with the following `join`: ```swift let courseSections = try await CourseSection.query(on: conn) .join(DistrictCourse.self, on: \CourseSection.$course.$id == \DistrictCourse.$course.$id) .filter(DistrictCourse.self, \.$district.$id == district.safeId)...
Fluent should support specifying read replicas where read-only queries can be sent there instead of to the master.
To prevent a database dump from revealing access to user accounts.
Converts the main `generatePDF` to async/await