Griatch
Griatch
I think one would need to make a little utility helper that takes a string and escapes it properly depending on some input args. Something one can then easily plug...
@VexiaOnline I honestly think most buttons and fields, tabs and help-settings should have a tooltip if hovered over for long enough. There is no list, but I'd also not think...
@Russell-Jones Yes, I think handling the timezone itself is well cared for by Django as you point out (also Python itself has some nice features on this). The problem with...
This can be implemented using nested inlinefuncs `$mytime(14:00, EST)`.
@strikaco These would be the time zones we'd support I guess: ```python import pytz for tz in pytz.all_timezones: print tz ``` One just need to make them clear (there is...
@chainsol This issue is actually only tangentially about the inlinefunc and more about the time-aware utilities that would surround it ;)
(see the original issue description)
@chainsol Not sure about it; Python/pytz has all resources itself to convert so a dev can do that too if needed. I would probably say that an Account method should...
We tried packing the libs with Evennia for a spell, but it adds a lot of cruft to the repo and is something I'd prefer to avoid. We could display...
Hm, I can't reproduce that behavior. When trying to run the browser in offline mode I get the following message  which is at least making it pretty clear what...