Drew Hoener

Results 8 issues of Drew Hoener

## Planned Features - Keybind / Control Tweaks - [ ] #451 - [ ] #420 - [ ] #474 - New Visual Elements - [ ] #467 - [...

enhancement

## Issues for 2.3.4 - Robin's icon does not show up for off-farm locations like Grampleton, or the Valley Shortcuts, or does not work in general. - [ ] #491...

### Description Both #393 and #190 express frustration with the inability to turn off crop hover when using a controller / gamepad. There should be a toggle implemented to allow...

enhancement

Adds a UI element that shows if sandy has a clothing item that can only be gotten via character creation, useful so you don't have to check every day. Adds...

### Description of change Closes a long-standing feature request to allow custom column ordering independent of property declaration. Adds new decorators `Orderable` to tag entities and `Order` to tag columns....

### Website or app https://github.com/drewhoener/react-standalone-devtools-disconnect-repro ### Repro steps When using standalone devtools and attempting to inspect a component with large props or memoized data, the devtools disconnects. I assume this...

Type: Bug
Status: Unconfirmed
Component: Developer Tools

[ESLint 9.0.0](https://eslint.org/blog/2024/04/eslint-v9.0.0-released/) introduces a new flat config format, which this plugin is not compatible with by default. It would be nice if it could be updated to support it natively

Is there any reason that the client transport methods like `post`, `put`, etc. require creating a new CoAPUdpClient? It seems like a waste when existing connections could be reused. If...