Andrew Berrien
Andrew Berrien
Issue is still present with OTP-24.0.1 on macOS Mojave.
From a recent reply in the erlang/otp issue thread: > The solution should be to not set any `DED_*` variables on MacOS. It should work out of the box. If...
@zacky1972 Some members on the Elixir forum have also claimed 24.0.1 installs OK for them on Big Sur without patch. Still fails for me on Mojave, though.
I did take a look at all the code you referenced, but there is a big problem trying to understand what these terms "scale" and "label" are supposed to mean....
It sounds like, with that approach, that `[data_labels: true]` would show "12.4% (223.567)" on the slice. Is there a way to show something different on-hover than on the label? That...
So, where did this land? Do we have a way to add custom state which will be returned in the callback now?
After further consideration, a full-manual mode might not be the way to go. Even in turn-based scenarios, we probably don't want to totally shut off the Manager. The best way...
@thiagomajesk Sorry for the late reply! I appreciate the kind words, and your interest in ECSx. 🙂 * However you organize your players, whether it's into rooms, games, lobbies, instances,...
@thiagomajesk > systems that only run when some events happen This could just be an Elixir function which gets called at the time and place where the event is happening...
Perhaps `tick_rate: :auto` ?