Philipp Wallisch

Results 3 issues of 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...

status: waiting-for-reply

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...