Pavel Alexeev
Pavel Alexeev
Since commit https://github.com/nuclearace/Socket.IO-Client-Swift/commit/b67b6abbdfaa87abcf86ae7ec72da0f951e73b7a connectParams passed to `SocketIOClient` init escaped in a wrong way. For example, I pass a dictionary with “session_id” parameter which may look as `hGx+u1d/ozkpZ5gQ==`. On the server...
When table view is at the bottom and a user hit a TextField on some bottom cell, TPKeyboardAvoiding works fine to scroll it so the TextField can be seen. But...
The problem is view location is computed in window coordinates instead of ViewController's coordinates. AutocompleteView should be added to window or, coordinates should be converted to ViewController's coordinate system: TRAutocompleteView.m,...
### Prerequisites - [X] I have searched for [existing issues](https://github.com/rarfell/dimeApp/issues) that already include this feature request, without success. ### Describe the Feature Request I would love to see an option...
### Prerequisites - [X] I have searched for [existing issues](https://github.com/rarfell/dimeApp/issues) that already report this problem, without success. ### Dime Version 2.1.3 (12) ### Current Behavior It's impossible to create new...
Skipping decompression for .png images in bafe72c9bd2c427ac4599126d2c73e84e8e61261 moves image decoding from multiple background threads to the main thread causing frame drops. Probably need to double-check that it really worth it,...