I'm having a problem that after restarting the bot, the slash commands doesn't update, it stays the one I've made first, this is my simple code: import discord
sjm@SJMui-MacBookAir workspace % pip3 install keybert Collecting keybert Using cached keybert-0.5.1.tar.gz (19 kB) Preparing metadata (setup.py) ... done Co
I've created a map/reduce script and in getInputData() I am trying to create a saved search for Sales Orders (transactions), but only once so that I do not have
I'm trying to setup a Google Kubernetes Engine cluster with GPU's in the nodes loosely following these instructions, because I'm programmatically deploying usin
I was trying to write this Firefox Extension in Javascript wherein I need to call a specific function on page load. I tried adding the following line of code in
I want to plot all the x values on the x-axis, but only some of them are shown. Usually, I would have just use the as.factor() command, but that one solves that
I am going to revisit some Spring Boot REST APIs which we had developed for a PoC. More recently, I have been working on some other projects where we have been
In the old version of Elasticsearch, we can do: % curl -XPOST 'localhost:9200/online-shop/shirts/1/_update' -d '{ "script": "Thread.sleep(10000); ctx._source.p
here is my problem: I have a stack of x promises that I want to solve 5 at a time (basically what Plimit does) Here is the code that I implemented using for...o