-
# Regression Test Checklist
Get original QA checklist here: https://hackmd.io/@janhq/SJO9kXpJ1x
**Release Version:** v0.5.8
---
## A. Installation, Update, and Uninstallation
### 1. Users I…
-
Created by @ matthew:matrix.org.
-
2024.8.24
WZ75 series:ZigBee 5.8G circular(MTG075-ZB-RL) , ZigBee 24G circular(MTG275-ZB-RL) , ZigBee 5.8G ceiling(MTG035-ZB-RL) , ZigBee 24G ceiling(MTG235-ZB-RL);
JS: https://github.com/wz…
-
Share location between people (and show it on an integrated map maybe)
-
I am new to Nakama. And I am trying to send message in a group. My code is:
exports.sendGroupMessage = async (req, res) => {
const errors = validationResult(req);
if (!errors.isEmpty()) {
retu…
-
## Expected Behavior
after receiving that error,
```
{
candidates: [ { finishReason: 'RECITATION', index: 0 } ],
text: [Function (anonymous)],
functionCall: [Function (anonymous)],
f…
-
### Prerequisites
- [X] I have read and understood the [user manual](https://github.com/MCCTeam/Minecraft-Console-Client/tree/master/MinecraftClient/config)
- [X] I made sure I am running the latest …
-
Similar to CTRL+Tab for browsers: Toggle between the current and previously active script.
I often jump around between two files in a similar fashion one jumps between two browser tabs.
A toggle …
pat-s updated
4 weeks ago
-
To support tokenization in NewDot which is adding a virtual card to Apple / Google Pay, we will need access to some native methods.
Problem:
Apple Pay and Google Pay are table stakes in the card …
-
Great React Lib, thank you,
By using the Save & Load functionnalities, is it possible to capture the string data of the drawing on save and then push it via socket.io to load it for multiple client…