Maybe you were looking for...

Getting value from a function in discord.py

@bot.event async def on_guild_join(guild): with open("mute_role.json", "r") as f: mute_is_role = json.load(f) mute_is_role[str(guild.id)] = "12

Deploy at Heroku Azure Devops With Container (Docker Image)

I have an application that I want to deploy automated on heroku through azure devops, I already had the pipeline and release created and it was already working,

How open same page on diffrent tab on browser with different value

I'm on develop a website using JSF, I got a problem on page that contain model Id, when I tried to open a same page twice on different tab browser, the value is

Capture output from subprocess.Popen commands that execute further processes

SOLVED: User error. I have a python program that must utilize some other proprietary scripts that I can't access/control. I launch the proprietary (bash) script

Use the value of an Observable and return the Observable again

I am using an Observable to show/hide a component and want to use the data. I don't want to directly call the service in the child component so that I can keep

No access to web or mysql on vagrant after upgrading to macos monterey

Last week I decided to upgrade the mac to the latest version Monterey. Well. Most things works, except for Vagrant. Well.. it works, except there is almost no c