Results 168 comments of Ethan Reesor

Is this something you'd like help with?

I was thinking of using Vulcan, which was the primary driver for my interest in GTK4. I've since decided to stick with OpenGL, though I am still interested in helping...

The problem is that `Query.Add()` (used by `Received.InOrder(() => { ... })`) doesn't seem to be capturing calls when the parameters don't match. I expect `Received.InOrder` to give me an...

LINQPad Example [(zip of file)](https://github.com/nsubstitute/NSubstitute/files/2191020/NSubstitute.Call.Sequence.zip): ```C# void Main() { var sub = Substitute.For(); sub.When(x => x.A(Arg.Any())).Do(x => $"A: {x.Arg()}".Dump()); sub.When(x => x.B(Arg.Any())).Do(x => $"B: {x.Arg()}".Dump()); sub.When(x => x.C(Arg.Any())).Do(x => $"C:...

> FYI StackOverflow calls that "Minimal, Complete, and Verifiable example" and has a great article about it. FYI, if most developers are anything like me, they will find this condescending....

I did not mind the request for an example/reproduction. The wording of the second comment seemed to imply that I was not already familiar with writing such examples. I like...

Ah. I definitely did think you were responding to me. Thanks for the clarification :)

Definitely has something to do with logistics power routing. When I disconnect the reactor's power provider from logistics, I can reconnect the power junction and stuff works again.

My bad, that was dumb. I'm using MC 1.7.10, the corresponding recommended forge version (10.13.4.1558), and (I think) the latest 1.7.10 version of every mod in the list. Buildcraft, thermalcraft,...

[Here](https://gist.github.com/firelizzard18/ca617b1c760a4174e98e238dc6e02f64) is the stack trace, while running in the client. In this particular world, this particular time, the (client's internal) server didn't hang until I switched the lever between the...