Dylan T.
Dylan T.
No, it's not that simple. Mojang specialized this one for reasons I'm not clear on.
With the new serializer architecture in PM5, it should be possible to implement this as a separate item, avoiding the conditionally useless / broken pattern APIs for illager banners.
No one cares enough to fix it. The issue is that we have no mechanism for detecting when an entity is touching the surface of a block. The logic currently...
This could be problematic for incomplete enums, making it difficult to test missing (unknown) values.
This seems to appear in a few other places where `anyOf` has been used in my schemas, like this one (both getters and setters are wrong in this case): 
https://github.com/wol-soft/php-json-schema-model-generator/issues/50#issuecomment-943716585 Unfortunately, this is still reproducible for non-nullable unions. https://github.com/pmmp/DataModels/blob/3825e7a99210302b0b3a2d94641631710f782f6d/src/immutable/PluginManifest.php#L528 https://github.com/pmmp/DataModels/blob/3825e7a99210302b0b3a2d94641631710f782f6d/src/mutable/PluginManifest.php#L582 https://github.com/pmmp/DataModels/blob/3825e7a99210302b0b3a2d94641631710f782f6d/schema/PluginManifest.json#L41-L47
Alright, thanks for the update.
~~what about introducing a function something like `pthreads_global_synchronized(callable $callable)` to address this? then that could be used in userland to guard any functions found to be unsafe instead of having...
Experiencing test failures: [socket-shutdown.log](https://github.com/krakjoe/pthreads/files/1774514/socket-shutdown.log)
I'm working on implementing this in my fork - an initial (ugly) changeset can be seen at https://github.com/pmmp/pthreads/compare/fork...pmmp:experimental/igbinary . Interestingly there is a behavioural difference which "allows" anonymous classes to...