Giorgos
Giorgos
OK, got it now.. following your feedback, I fixed my code: ``` var totalChunk; var length = 0; stream.on('data', function( c ) { length += c.length; var newBuffer = new...
I signed it!
Fixed the author of the commit!
It's been a while, so you maybe found it @lsamaria , but anyway, you can do `textField.flagButton.imageEdgeInsets = UIEdgeInsets(top: 10, left: 25, bottom: 10, right: 0)`.
@sjudd the placeholder causes the crash, that's why you don't see it in your example. [You can find here example code reproducing the issue.](https://github.com/ktiniatros/glideCrash)
This works in `11.3.0`: ~~~ textField( format { formatSection( get("point_count"), ) }, ) ~~~