Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "vapor"
-
Uh...all of them? ¯\_(ツ)_/¯
I used to work with a 'floor supervisor' who vaped excessively and obnoxiously. He had one of those things that made vapor like a space shuttle launch too. When he was talking during conference calls or presentations, rapt attention and respect were demanded. When anyone else was presenting, *whoosh*, big cloud of vapor, right in front of the screen, right in the presenter's face. It looked like the building was on fire ten minutes in. Opening the door was like getting out of a car that's been hotboxed. That guy was a douche.2 -
!rant
Just tried Vapor (server side Swift) for a web api project and expected to be troubleshooting a lot but it was super easy and worked out of the box. Even openapi/swagger generation.
Now I‘m exited to build a fullstack project with native and web clients, completely in Swift. 😁1 -
To those who use server-side Swift, which one do you prefer: Perfect OR Vapor? Thanks for your opinion.1
-
Added vapor core swift package to my project so that I can use some of the extensions, had to `rm -rf ~/Library/Developer/Xcode/DerivedData/` to make xcode realise the repo is actually exist.
Then I set the Core package as dependency of one of the targets, XCode complaints "unknown package Core", ok fine then I remove Core dependency, Core complaints "dependency Core is not used by any target".
How can xcode comes to this contradicting conclusion is out of my imagination, it just never gonna be happy about however i write.1