cherrydev

Results 19 issues of cherrydev

If a querystring is parsed that contains < > = operators on two strings, the expression parser passes it through unchanged, which results in an error. Underneath, in SQL, strings...

So, this problem potentially has several causes, but it would be easy to fix (for now) by having CompareTo working properly: I've implemented ExpandNode for EF7. It works fine, but...

While it provides an option for choosing the config file from the command line, I think it should support the same environment variable that kubectl does.

It appears the FuelName property on the module itself isn't being set correctly anymore and instead CryoFuels supports potentially multiple fuels at once inside of a private `fuels` field. This...

Note that I haven't narrowed this down 100% to TweakScale (I'm also using most of rest of the RO pack), but I find that when I scale a reaction wheel,...

Since xunit seems to be the preferred unit test solution for aspnet5 right now, and aspnet5 offers generic support for DI as well as its own adaptors for a number...

The ESP32-S3 microcontroller has a set of dedicated instructions for vector operations. Generally speaking, instructions can operate on 16 bytes, with variations for 1, 2 and 4 byte values. These...

enhancement

I had a problem while designing a Fulgora factory in a test lab: In order to test to make sure the throughput of all the parts of my factory were...

enhancement