I would like to change my conda environment from a bash script. I want to run bash script_yxz, where 'script_xyz' is like: #!/bin/bash conda activate my_env
On a raspberry pi 3 I am trying to deploy a Flask application on apache server. This application is going to be accessible by a custom internal network domain c
The goal is :develop a custom Kafka connector that read ,messages from the websocket in a loop method. I try to give you an example on what I've realized: I cre
Sorry if this is a silly issue/question, but I'm just starting off with AppsScript and it seems like there is something really simple I can't get right. I'm try
So every second I have a sensor that makes a data point unless it is charging, so I can have up to 86400 data points a day, is it possible to remove the data po
My JSON response is like this: ["item1","item2",...] Now, I want to add each of the array items into my spinner: @Override public void onResponse(Call<Strin
I am looking for a python linter that checks if type hints come from the typing module. As in, this: def func(arg: list)-> None: """ does something """