Marius Seufzer
Marius Seufzer
**Describe the bug** On macOS the AWSClient is still working after I called the `syncShutdown` method. Compiling the exact same code on Ubuntu results in the "expected" behaviour: AWS requests...
### Godot version 4.0.master (860884bde7) ### System information iOS 16/ macOS Ventura ### Issue description On some devices an exported iOS game (3D/ Vulkan) doesn't scale very well. Display Settings:...
WIP cc @fabianfett
Currently `vapor new --template ...` only supports remote git repositories. Being able to load a template from a local filesystem would be great! **Describe the solution you'd like** `vapor new...
[There is a bug in SwiftCBOR](https://github.com/valpackett/SwiftCBOR/issues/92) causing an application to crash when decoding large amounts of random (/invalid CBOR) bytes. I tried to find the source of this problem in...
Similar to [SwiftCBOR](https://github.com/valpackett/SwiftCBOR/issues/92) trying to serialise a lot of invalid CBOR data crashes the entire app. Here is a small reproducible project: [potent_cbor_crash.zip](https://github.com/outfoxx/PotentCodables/files/14234443/potent_cbor_crash.zip) I saw that the Go CBOR library...
**Is your feature request related to a problem? Please describe.** We set up a Capacitor app with SPM instead of Cocoa pods. Therefor this library doesn't work for us. **Describe...