Tom Ashford

Results 234 comments of Tom Ashford

Sounds good, happy to answer any Avalonia related questions, either here or in discord

Sorry I took long getting back to this, haven't had time for Lumper in a while. I just resolved a couple things, mostly because the cubemap changes I were asking...

Huh, good spot. If this is being used everywhere in BSP (besides just ent lump) we perhaps should just make this encoding a static property of BspFile and use it...

This should be nice to do, we just create a temporary `EntityViewModel` when multiple are selected, without adding to the underlying cache in `EntityLumpViewModel`. Populate with properties shared by the...

Whilst doing this we should also do a checkbox to allow filtering out cubemaps and .vhv files.

Really nice work! This approach seems reasonable though I'm a little confused as to how it overwrites the initial assembly after exiting - don't you need to schedule the shell...

Oh and for commit messages please see https://github.com/momentum-mod#contribution-guidelines. Sorry if Git stuff is a bit much, we just like the keep the tree as organised as possible and prefer to...

> Hey - thanks a ton for the code review, it means a lot! I've rebased and made the requested changes. > > There's significant code duplication in the method...

@BIRD311 do you want to take a look at this? Really hate to burden you with every more review work, but if you were up for testing on linux and...

On phone so hard to review but I noticed you're using Tuple when you can use the new tuple syntax of e.g. `(bool, Updater.Version)`, so return a `Task`. Then you...