Fabian Dill
Fabian Dill
> > /snes localhost:8080 1 > > Already connected to SNES. Disconnecting first. > > Connecting to SNI at ws://localhost:8080 ... > > Error connecting to SNI (Multiple exceptions: [Errno...
> > I have not checked this, but I think if a world writes to self.world.option_name[player], that changes spoiler output? writes to self.options[name] are not synchronized back > > This...
Looks like no responses. @N00byKing I would suggest you cherry pick out of this what you want, if anything. I will close this for now, though shadow can re-open it...
@qadan This has been sitting here for over a month and I've got users asking for when is OWG coming. Would you kindly target this PR at my fork?
Yes, have been for over 5 years. Both an application that is used in German Healthcare and a FOSS application with thousands of users each. We do run into the...
HDR captures or at least making HDR captures look like the correct SDR would be great.
Idea: How about the above per-player counts gets turned into a differential and then an exception is raised with its info, such as : "Player wags had 3 more locations...
I'm fairly sure these if trees could be condensed quite a bit with this little trick: ``` >>> collections.Counter({"a": 1, "b": 1})-collections.Counter({"a": 1}) Counter({'b': 1}) ```
Until one day we might have doctests, but for now this should be fine.