rpelorosso

Results 4 issues of rpelorosso

Hi! I'm detecting when a cell changes state using the Cell delegate and ``` swipeTableCell(_ cell: MGSwipeTableCell, didChange state: MGSwipeState, gestureIsActive: Bool) ``` what I'm need to do is to...

Hi! At some point it was possible to get users in an incremental way, [pull request here](https://github.com/justeat/ZendeskApiClient/pull/98). But now I can't find a way to do that. Is it still...

Hi! I'm trying to install the `tiny_tds` Gem. I have the following Dockerfile: ``` FROM lambci/lambda:build-ruby2.5 RUN yum -y install freetds RUN yum -y install freetds-devel ``` `freetds` and `freetds-devel`...

Hi! I'm using rbclipper to make the union of 2 polygons. The result is one polygon that seems to be the union of both, but the result looks... simplified. The...