Isabella
Isabella
Can someone give an example of a conventional commit for [this pull request](https://github.com/googleworkspace/python-samples/pull/364)? Thanks!
Recently an issue came up where I was having a difficult time with pigar wanting to install various internal modules. A part of this resolution could be to simply add...
The noblox.getConversations function call throws a not logged in error even though noblox is logged in successfully. Removing this line removes the error. ``` console.log(await noblox.getConversations([conversationid])) // This line errors...
```const noblox = require("noblox.js"); const fs = require("fs"); noblox.setCookie().then(function() { //Use COOKIE from our .env file. console.log("Logged in!") }).catch(function(err) { console.log("Unable to log in!", err) }) async function bob() {...
### What happened? The Accent Color Picker is not switching colors when you click on the accent colors! [Video of Bug](https://github.com/revoltchat/revite/assets/84109060/98d88a2a-1874-402f-97d5-a4009ccdab0a) ### Branch Production (app.revolt.chat) ### Commit hash c426b6c ###...
### What happened? I expect for Emojis to properly appear in embed tiles, not the emoji Unicode. Instead, I got emoji unicode in the embed title instead of emojis themselves....
Some foods do not work for the chef profession: fried egg Some mob drops do not work for the hunter profession: bones I'm sure there's more, but I am just...
This is an error I get on a fresh install and the only code is the login code. This is running on replit. ```File "/home/runner/scratchbot/venv/lib/python3.8/site-packages/scratchclient/ScratchSession.py", line 31, in __init__ self.login(password)...
Thank you for submitting this pull request! We appreciate you spending the time to work on these changes. ## What is the motivation? I needed to quickly start using the...