-
How can I fix it?
I already linked the package to the Package.swift file and I type swift build on ubuntu but I get this error
"error: unsatisfiable"
-
Ignore certificate error in write mode
NSURLError.NSURLErrorDomain: -1202: The certificate for this server is invalid. You might be connecting to a server that is pretending to be “example.com” whi…
-
vapor.js's code is too large and causes a slowdown to my newest project. Is there really no way to make it smaller? Have you tried writing a better minifyer?
-
Using:
Vapor 2.3.0 (JSON 2.2.1)
```
struct JSONStruct: Codable {
var is_disabled: Bool
}
let jsonStruct = JSONStruct(is_disabled: false)
let jsonData = try Foundation.JS…
-
The package looks great and is easy to use!
However running on Linux as part of the vanilla Dockerfile for Vapor fails:
```
> [app build 8/14] RUN swift build -c release --stati…
-
Documentation/Gettin Data in
We need more documentation, examples, and perhaps utilities to help users get data into VAPOR, such as:
1. a concrete example of dealing with raw (aka binary) data. …
clyne updated
6 months ago
-
I'm not sure if this is the right corner to post this or if the idea is totally out of scope for any future release of the mobile platform, but it's worth asking.
Some notes about my project:
- I hav…
-
### Describe the bug
I've got a custom `Codable` type that throws an error when decoding... because it's being asked to decode an empty string, rather than being skipped because I've got `T?` rathe…
-
Volume rendering seems to use more memory than necessary. It prohibits the application to work on very large data sets.
Details:
1. Test data set: a `1024` cubed regular grid data in 32-bit floati…
-
# 🌎 Environment
- Xcode: 15.2.0
- Platform: MacOS/Vapor
- Version/Release: 0.3.8
- Dependency manager: SPM
# 💬 Description
At point of calling `public func finalize(pact: Data, complet…