Dave Smith
Dave Smith
This is a very basic implementation of a molten-salt battery multi-block. Feedback/commentary appreciated. Notable missing features: * "Ports" - these will enable charge/discharging at rates beyond the 32 E/t default...
Adding a command for dumping parsed font info; aids in tracking down bugs in library
It's possible to use mod.update.all + pack.install to update all the mods, but for pre-made modpacks, this won't use the pinned versions from the manifest. Need to introduce a pack.update...
Later versions of golang require a GOPATH defined in the environment; this patch ensures it's available, defaulted as the vendor directory.
**Describe the bug** A fresh checkout of depthai-core fails to build on OSX 15.4.1, failing (initially) when attempting to build zlib. I believe that this is because the version of...
Summary - Introduces Context.WithLock() method to provide thread-safe access to context operations - Wraps texture loading and freeing queue operations with proper mutex protection - Prevents race conditions when multiple...