-
```
Let's say you have a macro where order of execution is critical. For instance,
when you are printing things to the screen that include responses from the MUSH
server embedded within raw text.
…
-
```
This idea had just recently started to occupy my mind. One thing I have
seriously loathed as a mush admin about web based clients (aside from Java
which allows direct connections) and, so far, t…
-
hello
i deploy a grpc client an a grpc server on the same linux pc
i send 89M req to server ,i find it very time-consuming,about 6~10 second
i guess it is network limit,so i use gzip,but is s…
-
1.there used to be the save files transfer function which transfer the vanilla saves into tbc or wotlk,now I cant find it ,is this canceled?or you can tell me how to use it now ,THX
2.local transla…
-
```
Not super-high priority, but some folks prefer to have their client logging
at all times. The ability to turn on auto-logging for a world, and target
it at a specific folder would be a huge plus. …
-
#### Brief summary of issue / Description of requested feature:
Some games don't seem to accept the auto login commands sent by mudlet, so autologin fails. MUSHes for example expect `connect "chara…
-
## Steps
1. `brew install telnet` on MacOS
(I use iterm2, but Terminal app should be fine)
2. `telnet telnet.sibr.dev`
3. `help`
4. Observe server's response
## Expected Result
`help`…
-
Keep getting an error from the plugin xeDB calling the invmon trigger. The reason is below:
Reason: processing trigger "invmon" when matching line: "{invmon}5,3228909,3228917,-1"
C:\Users\Mememe\De…
-
I noticed this with export, but it holds for running the sapper server component too.
Sapper 0.27.16 uses URLs in the `/client/` path for its own purposes. This sounds a bit too generic for the fra…
-
Hey I am facing a really weird problem I am not able to solve...
I wrote a client for a wifi router I am working with right now. I am using the bloc architecture for this. So I have my bloc which a…