Matthew Herber

Results 130 comments of Matthew Herber

> There is the possibility of `BaritoneAPI.getProvider().getAllBaritones().stream().map(Baritone::getPlayerContext).filter(c -> c.player() == player).findFirst().get().getEyeHeight(true)`, but that's clearly worse and (re?)introducing `BaritoneProvider::getBaritoneForPlayer` wouldn't help much. Also why assume the entity is a player? I'd...

this is partly possible in this [PR](https://github.com/gpodder/gpodder/pull/1432), but I wont mark that PR as closing this issue as it doesnt implement the publishing date tagging, just implements tagging using the...

Most of this improvement is implemented here in this [PR](https://github.com/gpodder/gpodder/pull/1432)

it might be useful to use the advice from here [AssetDatabase.StartAssetEditing();](https://answers.unity.com/questions/1007494/is-it-possible-to-speed-up-insertion-of-assets-int.html) suggesting a slight rewrite to store everything into a buffer, then have a function call to write it all...

seems to be highly related to having either the parameters of the animator that is being changed open in the animator window, or having a layer open that is being...

+1 on this, as right now the current system heavily discourages the use of community repos as dependencies, with each dependent repository being more hassle for a end user to...

id say make both options available. I have a few library repos I *want* to make but cant because its not feasible to end users at the moment

already have a mockup in my fork, will submit a pull request once my other changes are done