Nicky N.

Results 6 comments of Nicky N.

If you're comfortable with trying to fix it yourself you should take a look at: [https://github.com/Orvid/Caprica/blob/master/Caprica/papyrus/expressions/PapyrusBinaryOpExpression.h#L164](https://github.com/Orvid/Caprica/blob/master/Caprica/papyrus/expressions/PapyrusBinaryOpExpression.h#L164) Currently it coerces both operands to the same type and then throws an error...

Some extra weirdness. Commenting out some of the previous calls to `Debug.trace` results in what looks like proper output (I have not ran it) ```papyrus Function testBoolStruct() Global testStruct structA...

It's worth noting that on some of these referencing labels we're talking about branch destinations. You will likely have something different, but during script loading in papyrith I convert branch...

Hello, I'm glad that you figured something out on your end, but this still sounds like something that needs looked at. Would it be possible for you to share a...

It isn't (yet) exposed directly, but the socket object that `TelnetSocket` wraps is accessible. You'll want to do `c.socket.remoteAddress`.

My thought is that you have an older version of node installed that does not support public class fields. What does `node --version` show? You will need at least version...