I am new to programming. I am trying to have my discord bot open up command prompt to confirm it can run, but I am getting this error: File "C:\Users\---\Ap
I found something weird while executing query today and i want to know how this happens. Below is my query: select sum(price) as total from table_a where test
I want to know how to add an item to a List in LiveData and observe it. I've seen other similar questions, and in response to them, I've seen managing list and
I would like to apply a Filter function on multiple columns ranging from A:G and only have columns B,D in the output. How can I do it? For Example =FILTER($A$1:
I'm trying to connect to my Heroku Redis instance (free/hobby dev version) using the URL. It seems to connect fine, but once I try any commands, it fails and gi
I'm trying to work out a way to intrepret g-code into an SVG image. I can imagine to work with coordinates easily to draw straight lines, but I am struggling wi
I am new to groovy and am trying to pass a closure as a parameter to a method , below is my code , I am using Groovy 2.4 package api public static void scanloa