-
##### Minetest version
```
Minetest 5.6.0-dev-8d55702 (Linux)
Using Irrlicht 1.9.0mt5
Using LuaJIT 2.1.0-beta3
BUILD_TYPE=Release
RUN_IN_PLACE=1
USE_CURL=1
USE_GETTEXT=0
USE_SOUND=1
STATIC_S…
-
What the title says
-
Following an implementation of #60 (Create a separate program/process to scrape election status on all network sites),
We could have another "main" process that spins up more instances/processes fo…
-
The app needs lot of work, and is very complicated to use and add users... but the most important now, meanwhile rs changes or not the chat protocol, meanwhile the most important thing is to be able T…
-
The desktop client needs its own unit tests. Fortunately, Rust makes this fairly easy. Unfortunately, someone still needs to make them.
We probably don't need to test GUI elements, just the "business…
-
**Describe the bug**
版本:3.9.5.81
接口:delMemberFromChatRoom
接口调用:
{
"chatRoomId":"1111@chatroom",
"memberIds":"wxid_xxxxx"
}
返回
{
"code": 1,
"data": null,
"msg": "success"
}
…
-
Hi, I'd like to limit the messages per chatroom to last 30 (example), do you know a proper way to do it?
I tried to do:
```
Messages.findOne({_id:'room6'}, {messages: { $slice: 5 }})
> Object {_id: …
-
reading now
https://www.freecodecamp.org/news/how-to-secure-private-group-chat/
but no solution...
-
```
How can server socket know the connection or disconnection of clients when
I use RCF to write a chatroom program?
Thanks
```
Original issue reported on code.google.com by `adylee1...@gmail.co…
-
Howdy all.
Firstly, I'd like to thank the maintainers of this project - very cool! - first fe app that I'm building with(almost)out any JS! - yippie!
Secondly, and hopefully due to ignorance, I'…