Philippe Bernery

Results 16 issues of Philippe Bernery

`handleLongPressGesture:` was using `indexPathForItemClosestToPoint:` method to retrieve the index path of the pressed cell. This works well on layouts that fill the entire collection view space but not on other...

Hi, I got a strange behavior on iPad 2 only (not on iPad 1): drag was not working. The gesture recognizer was correctly added on the main window but it...

Xcode provides several thoughtful warnings that could be useful to improve source code. While they are already displayed in Xcode, it could be interesting to have them displayed in Sonar....

enhancement

The Sonar JUnit parser fails if the `time` attribute is not present on failed tests. This patch adds this attribute for these tests with a fixed duration of "0". Adding...

The documentation of [`serialize`](https://github.com/emberjs/data/blob/bb4326d8fbd2d95b0e1945c9c3cf7e08890860f6/packages/serializer/addon/json.js#L925) indicates that `includeId` is `true` when serializing for `createRecord` and not when `updateRecord`, which is true only when using the [REST adapter](https://github.com/emberjs/data/blob/2c6d537175e8e5c60b64c1fbbd14ed20b7619dc1/packages/adapter/addon/rest.js): ```js // serializeIntoHash has...

:label: doc
good-first-issue

I needed to apply an offset to the applied content offset of TPKeyboardAvoiding and thus created this patch. The additional offset is added to the originally computed offset of TPKeyboardAvoiding....

This patch adds a shouldRenderOpaqueViews property in MPFlipTransition that will set the graphics context used to draw the parts of the transitioned accordingly. It it related to the following issue...

When called, the method fakes a "go to next view controller" animation to show the user that a next view controller is available. The animation was there already and was...

This is a quite simple patch that adds a delegate method called before the flip animation.

### Problem Statement I have some transactions that embed many spans, more than 1000. I have been told that this is a limit of Sentry, and that when it happens,...

Waiting for: Support