Griatch

Results 265 comments of Griatch

I thinks this comes from a misunderstanding of what a Twisted deferred is. A deferred does _not_ spawn in a new thread (and even if it did, in-process threading is...

Having implemented roughly half of this, I've concluded that this is too invasive a change to fit in a 0.9.5 -> 1.0 change; it would involve dramatic changes not only...

@tsal Sure, docker-container administration would be useful information to add. While the docs are in the process of being refactored into a static site, it's still probably best to do...

@tsal Are you still interested in helping writing the docs for this? It would need to be a new documentation page, I'd imagine.

I don't think this only happens on a server crash, actually. I've seen a similar behavior over time on the demo server. I think it's rather an issue with what...

Thanks for the discussion and suggestions in this issue! I have now implemented a Tag similar to the one suggested here (but it's set at the Account level), and had...

@selberhad While I suppose keeping the + means you can open a new tab from whenever, I agree it'd look more like a browser if removing it. So if you...

@gtaylor I don't know how active you are in Python these days, but this could be a fun one to check out (on the game listing site) if you have...

This is a known issue with the ANSI2HTML conversion - the conversion is done with regexes which doesn't understand state within the string. This is likely something that would need...