Brett R. Toomey
Brett R. Toomey
Corrected some grammar and made things a bit easier to comprehend. ;)
In order to work around Foundation (on Linux) and avoid using the `Data` type.
Time of day support Example: ```swift //pseudocode let morning = Date("08:00") Jobs.shared.add(date: morning ) { print("Good morning!") } ``` - [ ] `Date` support - [ ] `Unix timestamp` support
Moved from: https://github.com/vapor/fluent/issues/232 #Feature Does fluet support multi-database commits via two phase commits in Postgres?
This example, a mistake, causes an infinite loop instead of raising an error: ```go main :: fn() -> void { if true // { } } ```
When an external package fails to compile, the error message should include the package's name. This helps disambiguate project and library errors.
Submit to PR allowing client to opt out of percent encoding. Clients encoder isn't as sensitive as amazon requires so it causes problems with spaces and dashes.