You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known limitation of the web version currently. fend-core has the function Context::set_output_mode_terminal() which enables the fancier terminal output, but fend-wasm does not currently support setting that. This is mainly so that other web-based projects that integrate fend (like MicroPad or the Telegram bot) with more space-limited output don't get large graphs like that. It could definitely be fixed though, it would just need to be added as an optional flag in fend-wasm and then used in the web UI.
printfn
changed the title
Regression on dice probability distribution print
fend-web does not support rendering ASCII graphs for dice probability distributions
Mar 15, 2024
Hi,
What an awesome project, I love it.
I've noticed the web version does not produce the same output as the documentation when inputting
and that made me a bit sad.
So I ran the nixpkgs version, and there it worked as expected!
I didn't see anything about that in the changelog, so I'm filing it as a "regression"
The text was updated successfully, but these errors were encountered: