cherrydev
cherrydev
I sent you a link to what I have in a PM on the forum.
While this is no longer maintained, I've been having similar problems getting this working properly when using browserify directly and wanting to create a vendor bundle from modules being resolved...
Pull request here: https://github.com/Roysvork/LinqToQuerystring/pull/57
I've written a patch that creates a new OrdinalNode abstract class that has a BuildOrdinalExpression method that has the same signature of BuildQueryExpression except that it takes an ExpressionType as...
This is a fix for #144
Right, that's exactly what I said, isn't it? ;-)
I figured out where the "logistics requests from space platforms" setting is stored. Each silo has 3 `LuaLogisticsPoint` objects, one of them is mode 3 (`defines.logistic_mode.requester`) which has a single...
Hah, used my professional experience digging into the guts of an under-documented piece of code to figure out how it ticks. I might replace the `string.sub` with a `string.find` for...
Couldn't all of the basic (integer) array arithmetic operations be accelerated with the ESP32-S3 SIMD arithmetic instructions? I realize now I was incorrect about the contents of the DSP library,...