Tim Condon
Tim Condon
I suspect you'll need `.field("teams", .json)` if you want it to work, but what errors are you getting?
Is that after the save or before save? It's it's after the save, what does the JSON look like in the database?
Yeah if that's simpler and better long term we should migrate to that
So I don't think this is a bug. My reading of the spec is the opposite, it supports the HTTP method requested but not the resource used. So unless you...
@BennyDeBock you can have a look if you'd like! I'm not sure how easy it will be to implement especially in a performant way but worth a look if you're...
+1 to this - it would be good to offer this behaviour. The toolbox probably makes sense. Another option would be to do it as a SwiftPM plugin but that...
Vapor's WebsocketKit does not currently support connecting to a websocket server via a proxy. It's something we'd need to add and could add by adding a proxy channel handler to...
@Kyle-Ye sorry for not getting around to it. The long term goal is to move both the toolbox and Vapor itself over to using Swift Argument Parser. However I believe...
It's definitely something they should support longer term I think
If I had to guess this is an error when shelling out to execute a process due to a difference in the way it works on WSL. My recommendation would...