Robbie Wadley

Results 9 issues of Robbie Wadley

Seems to me like the pathfinder gladly walks into lava as if it were ignoring it. To recreate this, grab the basic GPS example from mineflayer, create a small lava...

The visbug popup seems to depend on some styles that can get reverted with some newer css resets, causing it to appear beneath the page content, full width, and in...

This plugin has been deprecated for 2 years now and it bothers me needing to have it installed. Did this mostly for myself, but here's a PR anyway since others...

### Current Behavior When one prop changes, it seems that all the props are re-applied, rather than only applying the changed props. This is most noticeable when an object has...

bug
v7

I'd love to add detection for individual transform properties to `doiuse`, however these features are [absent from caniuse](https://github.com/Fyrd/caniuse/issues/1776). Do y'all have any qualifications for which features get imported from MDN?...

# Description This change updates the useInterval hook to allow the callback function to optionally return a cleanup function. The cleanup function, if provided, will be called between intervals and...

This pull request improves checking for partially supported properties by using MDN to check if the specific value we're using is unsupported or not. For example, `appearance: auto` got support...

Not all features are in the caniuse database (e.g. #161). So, we have to use MDN data during detection somehow. I'm just not sure how yet, so I'm gonna dump...

For example, mod manager tools may want to search for fabric mods using fiber (rather than using curseforge's API, which can be difficult to work with in every situation)

enhancement
far-future