Jonathan Hiles
Jonathan Hiles
I've found that applying the following decorator to any parent `PolymorphicSerializer` class, allows you to lift the examples up. ```py S = TypeVar("S", bound=PolymorphicSerializer) def inherit_poly_serializer_examples(klass: Type[S]) -> Type[S]: """Applies...
I'd be interested to get your thoughts @tfranzel on the above, as this will tie in really nicely with the recent addition of #958 and #885. My approach above is...
Depends on #59
I'm also keen to see this across the line 🙌
A player with the fake rain tried going to the Nether and back. It was still raining for them, so changing world/dimension doesn't fix it. Seems like you HAVE TO...
Okay, the rain just started for all the Bedrock players at the same time but not the Java players. Using `/weather clear` did not clear the rain for Bedrock players....
@hw2007, I think you're onto something with that; our server's `playersSleepingPercentage` gamerule is currently set to `0` too.
Fix: ```php LaraFlash::keep(); ```
Sorry again, I only closed this issue because I saw your tweet resolving someone else's case. I am trying to get this working with my implementation, but just can't! ```php...
Came here to add this exact feature. Glad someone else also wants this! 👍