qucchia

Results 8 issues of qucchia

I have an old version of Pygame Zero on my Raspberry Pi 3. (3b I think). I've tried multiple ways but I can't get the new version of Pygame (when...

**Describe the bug** If a user doesn't have a great connection or leaves the tab, they can cause the bot's welcome message to be resent. A possible solution is: if...

bug
pror-high

**Describe the bug** The bot's messages aren't saved in history. For example, type the `/shrug` command and refresh the page, and it will have gone. **Expected behavior** The bot's messages...

enhancement
prior-low

I think a notifications setting would be cool. It would have three options: 'Everything' notifies you for all messages, 'Mentions' notifies you for @mentions, and 'None' doesn't send notifications you.

enhancement

Now the comments API on Scratch has changed and using `Project.getComments()` will not work. However, comments can still be accessed via `https://scratch.mit.edu/site-api/comments/project//`, even though the response is in HTML. Maybe...

Fixes #5.

Sometimes when trying to connect to the cloud like this: ```js Client.login().then(() => { let cloud = Client.session.createCloudSession(548738926); cloud.connect().then(() => { console.log("Successfully connected to cloud!"); cloud.on("set", variable => { console.log("Cloud...