Martijn Heil

Results 9 comments of Martijn Heil

Trying at home on Linux I can reproduce the problem using the g++ bundled with the Arduino IDE v1.8.16 This time without all the related junk, just calling it directly,...

Which leads me to the central problem: ``` psnip/builtin/builtin.h:636:68: error: 'PSNIP_BUILTIN__VARIANT_INT64' was not declared in this scope # define psnip_builtin_ctz64(x) PSNIP_BUILTIN__VARIANT_INT64(_,ctz)(x) ```

`PSNIP_BUILTIN__VARIANT_INT64` is not defined because it depends on `PSNIP_BUILTIN_SUFFIXINT64` which is not defined because it depends on one of ``` PSNIP_BUILTIN__SIZEOF_CHAR PSNIP_BUILTIN__SIZEOF_SHRT PSNIP_BUILTIN__SIZEOF_INT PSNIP_BUILTIN__SIZEOF_LONG PSNIP_BUILTIN__SIZEOF_LLONG ``` being equal to 64....

> This is definitely still happening in 1.18, happened when two people went through a portal at the same time (though I doubt that's the cause) and another person was...

> Both, we have a little team maintaining various custom plugins. I still need to scan all our own code for any problematic usage of `EntityRemoveFromWorldEvent` like illustrated above. Currently...

I totally forgot to report my results.. but at long last: it turned out that the only plugin listening for this event in my case was MCPets. The problem was...

I mean whether you are still working actively on it, whether you have time, such things. :) I see, really annoying that Nashorn/Rhino don't support particularly new versions of ECMAScript....

Bugger, lol. Before I posted this I read the code, but why there's rounding digits *and* significant digits still didn't really make sense to me. If I remember correctly, from...

I think there needs to be a page about the new "Sink and trim" tool added per #21 too.