python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Change Swift Version Project is Built With
I'm using Vapor, and I've run into a problem where the change to Xcode 13.3 from 13.1 now means the project (without changes) will no longer build.
How can I change the version of Swift that a Vapor p...
Dan Donaldson
Votes: 0
Answers: 1
CircularBuffer error after upgrading to Xcode 13.3, SwiftNIO, Vapor in the mix
I have a project that will not compile, after upgrading to Xcode 13.3 The error is
Type 'CircularBuffer<Element>' does not conform to protocol 'MutableCollection'
and
Unavailable subscript 'sub...
Dan Donaldson
Votes: 0
Answers: 1
Manipulating .filter List in Vapor Fluent Query
When you construct a query using Fluent in Vapor, can the list of .filter (or .sort, etc.) be manipulated? For example, before executing the query, can I add, remove of change those components?
Dan Donaldson
Votes: 0
Answers: 1
Remove time from ISO date to filter with Vapor Swift
I'm trying to figure out how to filter ISO dates. I'd like to filter out Todo's for a specific day.
Dates are save in the database like this:
"started" -> 2022-03-17 18:46:44+00
I'd like...
MantisToboggan
Votes: 0
Answers: 2