Jimmy McDermott
Jimmy McDermott
Hi @mura-admin! Could you please clarify where in the chain of events this happens? I have numerous Vapor hosts behind Cloudflare utilizing SNI certs and I've never encountered any problems...
Awesome! Thanks for your work on this.
Huge +1 to this. It could also be cool to try and do something like `vapor make migration UserMigration --from=Models/User` and have it try to auto-synthesize the implementation from `User.swift`....
@luskin I just discovered that `import animationData from './animation.json'` also works (minus the `* as`)
You can use the `error` function to customize the error message if you'd like, although I agree that it would be nice to log out the data and other items...
Just to make sure I'm understanding the question right, are you talking about scheduling a new job on the fly, not at startup? If so, then yes, I don't believe...
Hi there! Thanks for raising this issue. You are right, the queue executing on multiple event loops is intentional/by design. There is a way around it, let me know if...
@omochi thanks so much for your contribution here! This is a bug others have faced in the past that I'm sure they will be glad is fixed. The implementation looks...
I agree with @0xTim - I haven't reviewed this yet but we definitely can't merge anything that would break the public API since we can't guarantee that no one is...
@wfltaylor you should be able to get to it from `context.application.redis`. Let me know if that solves it for you