-
> My students have reported that they get no sort of notification when I return a graded assignment to them. Can that make the bell ring and generate a notification for them?
... or maybe via email…
-
Goal: As a user of the web application, I want to have access to a real-time group chatroom so that I can communicate and collaborate with other users seamlessly.
Acceptance Criteria:
Users should be…
-
ya JSON
one that sends message to database
one that returns all new messages since last chat
one that gives a list of chatrooms
-
同一个程序, 通过
.on('message', async (message) => {
const talker = message.talker()
const room = message.room()
的方法,可以实现正常移除:
room.remove(talker)
------------- 但用以下方式则不成功:
const room…
-
The goal is to create an API controller that inherits the CRUDController and allows the user to:
- Create
- Read (all or one, based on ID)
- Update
- Post
for chatroom.
Items to consider:
- …
-
I believe this is because of some bugs from the upstream donut. CC @su-chang
```
16:13:51 VERB PuppetHostie messageSend(5611663299@chatroom, FileBox#Stream)
```
```diff
- FileBox#Stream
+ F…
-
From discussing in the chatroom.
A flogo diff feature would be pretty nifty (but hard to make). This would make version control pretty awesome, as people could look at the difference between versio…
-
```
What steps will reproduce the problem?
1.
2.
3.
What is the expected output? What do you see instead?
Please provide any additional information below.
```
Original issue reported on code.goog…
-
I think it would be nice to integrate github into our gitter chatroom.
Comments and updates on the repository would show up on the right hand side of the chat in the section "ACTIVITY". This works …
42pre updated
7 years ago
-
Think about high level class design. What components do we need for the chat functionality. Maybe Chat class or ChatRoom with participants. Maybe we also need Connection entity? SecureConnection maybe…