Tim Condon

Results 140 issues of Tim Condon

Should be different for closed and animated (see https://www.brokenhands.io as an example)

bug

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

bug

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...

semver-patch

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...

enhancement

https://wave.webaim.org/report#/https://blog.vapor.codes We should pass all of the tests with no warnings or errors

bug
help wanted
good first issue

Makes previews a bit nicer!

enhancement

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...

enhancement

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

blog post idea

We should have a post about how to go from returning `Content` to a `Response` with custom status code, cookies, headers etc

blog post idea