chiizujin

Results 11 comments of chiizujin

The key isn't listed on screen or in the help window but you can press M to open the media in an external program. It tries these programs in this...

It looks like there's a pull request for this (https://github.com/ihabunek/toot/pull/155) from 2020 with some commentary.

> I don't think it's necessary to avoid database calls to read or post board messages ... That's fair enough then. I suppose I could store all of the other...

> Ah, that's a good point. The _easiest_ way is probably to add a tag, like `board_msg.tags.add(reader.id, category="read_by")` (using the dbid, not name) but I haven't thought through it in...

When looking at the value of `page.date_created`, the messages always seem to have the time in UTC, no matter what the server's time zone setting is at the time of...

OK, I'll park this and https://github.com/evennia/evennia/pull/3504 until you've go that sorted.

Submitted PR to resolve this (https://github.com/evennia/evennia/pull/3529).

`` is already optional for both and if not provided they behave as the old functionality so it doesn't change the current behaviour of `:j ` (calling it `a` here...

I don't really know much about the requirements of a screen reader but if you did want something to "unwrap" the table you could pass it through the function below...

That sounds fair enough. The only thing I'd do differently is to *not* use `capitalize()` or `title()` for the $You/rat combination. Rather, I'd do `s[:1].upper() + s[1:]` This is because...