Brett R. Toomey

Results 15 issues of 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.

enhancement

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

enhancement

Moved from: https://github.com/vapor/fluent/issues/232 #Feature Does fluet support multi-database commits via two phase commits in Postgres?

This will be our library for supporting Mach-O, ELF and COFF object formats.

feature

This example, a mistake, causes an infinite loop instead of raising an error: ```go main :: fn() -> void { if true // { } } ```

bug
CompilerCrash

When an external package fails to compile, the error message should include the package's name. This helps disambiguate project and library errors.

enhancement

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.

enhancement