Tim Condon

Results 523 comments of Tim Condon

Here's a test from @paunik that should fail if it's still not fixed https://github.com/paunik/vapor/commit/6e0fc090ed6c8cce2b0bc830d41d09acc4b0ded1

I think we should try and make it work as it has async versions of the command group etc. I'm happy to break the public API in order to make...

I don't think this is possible unfortunately. Auto migrate and commands rely on knowledge of Vapor (things like it's `Command` protocol). Fluent-Kit doesn't have any dependencies on Vapor (to allow...

So digging through the code, everything you need is in the `Migrator` class in FluentKit - the only thing Fluent does it provide an event loop and a command to...

Yes I think so, we're gonna push people to async/await anyway

@JetForMe which Docker deployment instructions are these? Can you provide a link?

@JetForMe so I've just checked and it looks like the docs are up to date. The docs say: > The Docker Compose file in your new Vapor App will define...

The reason for this is that the logging environment is bootstrapped before dot env files are read (and before the application which reads those files exists). I think you'll need...

Which version of HTTP did you pull in? It looks like this library is deprecated so interested to know what you're doing with it?

What platform are you trying to make this work on? Theoretically it should work, but it might be a SwiftPM/Xcode issue. In terms of being deprecated - Vapor 3 will...