Tael
Tael
Also had this issue a few times before, also on Windows 10. Clearing the log file seems to resolve it.
That tracks with the fact that it works perfectly fine on my Unix prod server but not my Windows test server.
> this would make reliably deleting anything "cached" impossible. IPFS hashes are immutable and as long as at least one instance kept the file alive, it couldn't be deleted. Not...
I believe that what afontenot is trying to say is that when you access https://mywebsite.com/image.png, and everyone directly links to that, if you decide to take that image down, https://mywebsite.com/image.png...
This seems to me like an issue germane to decentralized infrastructure with far wider consequences than mere link previewing. It's a very easy problem for Twitter to solve because it...
Currently on this branch, any message with MXP markup in it will silently fail to send to the user. Fails with this error: ``` |Portal| 2024-01-30 22:29:48 [!!] File "evennia\evennia\utils\ansi.py",...
At the end of `EvString._split_codes`, the raw string is improperly set if the EvString contains MXP. The proper code would look like this: `self._raw_string = ''.join([str(c) if type(c) != EvLink...
Why was this closed? The issues appear very much still relevant. For reference: Telepathy.Logger.Log -> Telepathy.Log.Info, Telepathy.Logger.LogWarning -> Telepathy.Log.Warning, etc.