Griatch

Results 265 comments of Griatch

Yeah, I understand what you mean, and I made the parser like that originally; but discussing and thinking about it now, I think it will be more rare to actually...

@ChrisLR Yes, this is the exception that triggered the whole thing :) I don't think your 2. would be acceptable, it would lose everything after the `'` as treated literal....

Investigating this further, there seems no real way to support single-quoted strings within the funcparser structure while keeping quotes optional for the user (which we want to do, for simplicitly....

@THEGODFATHERRX What do you mean by an "Admin" account? An account created in the django admin or just an administrator-level account?

Additional accounts created using `createsuperuser` will not be setup correctly (the first account works, but this is normally created automatically). This is now blocked to avoid this confusion.

@egrinberg We don't do explicit assignment. Just take it away!

@tsal Hi there, you've been around in Evennia world even longer than I have :) The prototype system, protfuncs and even prototype diff mechanisms already exists, the main issue with...

This is not a bug per se, it's well-known behavior since a given Tag is shared by many objects - it's not always obvious a tag should be deleted when...

@strikaco You are not alone in using Tags for for storing data - but it's not what they are intended for. Tags are really meant to, well, tag objects with...