Perfect
Perfect copied to clipboard
Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)
# Environmental Operations ## Usage First, ensure the `PerfectLib` is imported in your Swift file: ``` swift import PerfectLib ``` You are now able to use the `Env` class to...
In my Software I use different log level messages (info, debug, warn). I tried to set an environment variable to set log level, but also with log Level "info" it...
PerfectLib doesn't compile on M1 macs. I get an error in Log.swift on line 73. Has anyone been able to get this to work? `Cannot convert value of type 'CVaListPointer'...
Hi, we recently moved from precompiled Perfect to one resolved via SPM. We stumbled upon the crash explained in: https://github.com/PerfectlySoft/Perfect/issues/296 only when running in Release configuration. On the very first...
Platform: Linux(not happen on Mac) What happen: the server shutdown How to happen: remove permeter `escapeVS`, request body is '👨👩👧👦' Strange: set parameter `escapeVS` or request not contains '👨👩👧👦', this...
Failure: systemError(255, "Warning: Identity file not accessible: No such file or directory.\nPermission denied, please try again.\r\nPermission denied, please try again.\r\[email protected]: Permission denied (publickey,password).\r\n") (请问大神么怎么解决)
I've built a listener server with Perfect HTTP, listening on certain routes for Webhooks called by GitLab on certain repository actions. The project is a work in progress and primarily...
180626
170609
Hello everyone, I'm glad to learn how to use Perfect, but I encountered some problems. When I used Perfect Assistant to create an Empty Executable Project, I found that HTTPServer...
How fix?