Brian Morearty

Results 5 issues of Brian Morearty

The simple-pump example wasn't convincing because when you view source, it showed that both images' src attribute were tortoise.jpg. By inspection, you couldn't tell that the stream was modifying the...

I think this is a bug. If `engine.enableSleeping = true` and an object has angular velocity but not velocity (i.e. it's spinning in place), the object will stop rotating after...

The method comment says it is O(1) but the code was O(n). It was doing an unnecessary loop. This reduces the time for the ["Insertion then sort"](https://github.com/kanwei/algorithms/pull/46/files) benchmark from 7.659...

This makes the cross scene keys example work as intended. I tested this change in the [Phaser 3 Sandbox](https://labs.phaser.io/edit.html?src=src/input/keyboard/cross%20scene%20keys.js&v=3.55.2).

### Describe the bug Under some conditions, hovering over a link preloads CSS that modifies the appearance of the current page. https://user-images.githubusercontent.com/16927/216515321-3fecd177-0e28-4f24-8618-a4a9ec8f4056.mov ## Preconditions 1. `data-sveltekit-preload-data="hover"` is set. 2. Either:...

documentation