-
```
Exception in RimWorld.JobGiver_Work.TryIssueJobPackage: System.NullReferenceException: Object reference not set to an instance of an object
at CrunchyDuck.Math.Extensions.IsHeldByPawn (Verse.T…
-
Hi,
It would be great if the custom ncalc properties could be exposed. Then we could convert text values to integers in Simhub.
best!
Alex
-
Is there any way for create collection/array/list in expression?
-
Subtraction is not implemented for `byte`. Consider the following program:
```csharp
using System.Diagnostics;
using NCalc;
var expression = "110 - X";
Expression e = new(expression);
e.Pa…
-
### Discussed in https://github.com/ebkr/r2modmanPlus/discussions/1032
Originally posted by **15kalind** June 4, 2023
Hello all,
I've been using r2modman for a few weeks, and this only jus…
-
it's supposed to be equal to 2*sqrt(2)
-
Hey there, first of all, thanks a lot for your work, it's really appreciated since RF2 doesn't support transducer wheel slip effect.
However, I got a little problem that may come from my side actu…
-
Hi there,
I get the following error message when trying to create a WebGL build:
```
Building Library\Bee\artifacts\WebGL\ManagedStripped failed with output:
C:\Program Files\Unity\Hub\Editor\…
-
2.3.27 fails
2.2.10 fails
2.1.2 works fine
```
Using dotnet configured on PATH
Dotnet path: C:\Program Files\dotnet\dotnet.exe
Activating C# standalone...
[Info - 2:56:37 PM] [Program] Langu…
-
Hi!
First of all, thanks for such a well-maintained package. I have been a happy user for many years.
However, I do have a question. We're having about 20-30 expressions parsed on a request to a…