Luke Bemish

Results 49 comments of Luke Bemish

I cannot reproduce this error with just DynAssetGen, Excavated Variants, Better Animals Plus, and dependents, so some other mod is to blame. Someone is probably doing something unfortunate with a...

Could be, though I don't see you loading the class in question in that plugin. Sunconure11, can you find a minimal set of mods to reproduce this issue?

With the various revised unit conversion factors that NIST is adopting in 2022 (as they're retiring the survey foot starting 2023), many of these less-commonly seen units will be a...

Unitful isn't really a library to do symbolic algebra, simply a library to express units. However, if you'd like to instead solve/express stuff like this in a way a regression...

One possible issue here is that there are times you would _want_ to compare values in Kelvin and °C - for instance, if you've got a series of inputs to...

#476 should allow for something like this using Julia's help system; could that be at all useful for this?

With the exception of the "Could not create view FeatureView" and "Could not create view TemplateFeatureView" issues that I get with the kilosort data, I can confirm that these issues...

Nevermind, the python version appears not to be the issue. The issue seems to stem from python versions installed through the Microsoft Store; I will add more info here if...

Your example is doesn't quite make sense to me: > Using `ItemHandlerHelper#insertItem` to simulate inserting 32 cobblestone will return that all 32 cobblestone get inserted, which is wrong because only...

In the case of an "all-or-nothing" insertion, the IItemHandler should handle all of this on its own. For instance, if the whole stack can't be inserted, it would return that...