Patrick Gingras

Results 6 issues of Patrick Gingras

In `areEqual`, there is a branch where the [`valueOf` both objects is compared if supported](https://github.com/facebook/fbjs/blob/master/packages/fbjs/src/core/areEqual.js#L90), but the check for if it's supported raises an exception if the objects don't have...

Hi there, I'm having an issue when trying to call a WeakMethod of a decorated bound function. When trying to call the result of dereferencing the ref, it seems that...

On iOS you can add a second line of title to the notification like this: The subtitle property of UNMutableNotificationContent is documented here: https://developer.apple.com/documentation/usernotifications/unmutablenotificationcontent/1649873-subtitle On other platforms it is just...

**Summary** If vim's current working directory is above the root of an npm project, vim-prettier will be unable to find the correct prettier executable despite editing a file that is...

This is a little pedantic of me, but there was an extra `?` in the test of the first rule in the webpack config.

Without this file, you get an error like this where you import the package when type checking with mypy: ``` error: Skipping analyzing "resemblyzer": module is installed, but missing library...