Skip to content
#

mux

Here are 284 public repositories matching this topic...

evennia
strikaco
strikaco commented Dec 28, 2020

Describe the bug

Minor bug involving passing a set as a kwarg to the msg method-- the set is correctly identified as an iterable, but is then presumed to be subscriptable in subsequent operations.

https://github.com/evennia/evennia/blob/574d7fbd4f65cae60c534fe592803057d452ed7b/evennia/server/sessionhandler.py#L252-L262

This does not work on set objects.

self.msg(locks=se
rubico
richytong
richytong commented Nov 21, 2020

If you have in your posession code or have seen code in the wild that you would like to share via the examples folder of rubico, please contribute. You can make a pull request directly and I will review it. I suppose it goes without saying that it should have something to do with rubico.

The examples should be runnable in the browser.

Improve this page

Add a description, image, and links to the mux topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mux topic, visit your repo's landing page and select "manage topics."

Learn more