Philipp Wallisch
Philipp Wallisch
I've just encountered a very strange bug, which took me hours to figure out. Apparently, if you execute an INSERT statement with parameters, it only works if the passed object...
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...
I've come across a Websocket server designed to only handle requests from native applications (not web browsers). Therefore, it does not perform origin checks via `origin` header. According to the...
Fixes the following warning emitted by LLVM: `Implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'const int'` Shows up in the Xcode UI when importing the Swift package...