Jonas Schwartz

Results 4 comments of Jonas Schwartz

There was much discussion on that in the random channel :D

@nickfarrant @goamigo try the following ```swift let content = try req.view().render("Emails/my-email", [ "name": "Bob" ]) return content.flatMap(to: Response.self) { content in let contentString = String(data: content.data, encoding: .utf8) let message...

@theodinspire unfortunately we currently can't build it, as there are some work we need done on our CI to get it up and running again. It's something we will look...

@cymonkey i ended up going into the SQLite database, and update `name` and `updated_at` in the `users` table to unblock user creation 🙈