Tim Condon
Tim Condon
Should be different for closed and animated (see https://www.brokenhands.io as an example)
https://design.vapor.codes/main.css - the CSS seems to be duplicated at least 3 times, no idea why but will be related to our ESBuild build process
Currently running ```swift Task { try? await Task.sleep(for: .seconds(5)) app.running?.stop() } ``` When you try and install NIO as the global executor will crash because the storage API didn't have...
Update library to use the new JWTKit 5 Builds on top of #13 so that should be merged first
Guest blog posts might be from a fork. This currently doesn't pass CI and we try and deploy which fails because we have no secrets. We should just lint and...
https://wave.webaim.org/report#/https://blog.vapor.codes We should pass all of the tests with no warnings or errors
We have the weird scenario where we use the generate page for error pages and paginated pages (because these are the only pages we have) but for the error page...
Explain how to save random data in the request storage for retrieval later. E.g in middleware to retrieve in a request handler. Also explain the difference between sessions and storage
We should have a post about how to go from returning `Content` to a `Response` with custom status code, cookies, headers etc