Rob Landers

Results 541 comments of Rob Landers

If you disable preloading, does the issue still occur?

Also seeing the same thing. In fact, the SSE extension maintains a reference to the (now swapped out) original node instead of releasing it (thus resulting in a small memory...

Deserialization isn't an issue (the type is identified correctly by the deserializer through `ClassNameTypeMap` and friends). However, serialization is failing here. Use-case: basically a wrapper containing metadata around a (de)serializable...

If it is mixed, and an object, can't it get the type via `get_debug_type()` for serialization? https://3v4l.org/iahAR Then make a decision from there?

Ah, I see. FWIW, my workaround of simply serializing the mixed object to an array and then serializing the wrapping object into whatever seems to work fine. It takes a...

I think this is a function of the simulator. I'll take a look at what function it's connected to and if there's a STD pressure function, I'll hook into it.

On a brief dive, it looks like it's hardwired to work this way (which is rather annoying). @guifarias31, what do you think about labelling this `wontfix`?

I think this happens in real life because of a single reason: the temperature of the fuel drops at altitude making the energy density increase, while at lower altitudes the...

Yeah, I believe it just isn't modeled as this value didn't change since take-off (it should have changed by some number greater than 0). The best we could do is...

https://forums.flightsimulator.com/t/someone-goofed-some-math/294734 Found the bug and reported on zendesk. 😮