Brian Morearty
Brian Morearty
I agree, this is a bug in the TypeScript definition. To be more specific: the TypeScript type definition for the `Phaser.Physics.Matter.Factory.gameObject` function in phaser.d.ts is: gameObject( gameObject: Phaser.GameObjects.GameObject, options?: Phaser.Types.Physics.Matter.MatterBodyConfig...
The fix I attempted (#6176) doesn't work because I directly modified the type definitions instead of modifying the types in JSDoc. Unfortunately I don't know how to implement an intersection/mixin...
Thanks for the pull request, @jeremyharper. Is this intended to be different from the existing `import_from_date` feature?
Good news, @cwebberOps. I learned a couple days ago that the newer versions of iPhoto have made it possible for you to export your pictures to a folder hierarchy [right...
Good suggestion, ldriscoll. I'm not currently planning time to add features to exportiphoto but if you or anyone else would like to make this small enhancement I will accept the...
I've just pushed a PR that fixes `push` performance. It used to be O(n) but once this is merged it will be O(1).
@kanwei / maintainers, would you mind merging this benchmark? I found it useful when fixing `push` performance in #49.
I've been hitting this problem as well when doing flamegraphs this week. Using mysql2 0.3.15, Mac OSX 10.9.2 64-bit. To @tmm1's point about MySQL versions, I'm on MySQL 5.5.29. The...
I came here just now to post a very similar issue with `use:enhance` but it's probably the same issue so I'll post it as a comment here. [Repo with reproducible...
Maybe I'm stating the obvious, but an ideal solution would replicate non-enhanced behavior--it would not try to avoid resetting the form, but instead reset it and then repopulate it using...