I have a program where I run some .msi files. This program downloads some files from our website and runs the .msi file. When I run the code as below, it runs s
I am working on an update query in SSMS to calculate the days between two different rows with matching serial numbers. The goal is to partition by serial number
I want to call a settings file for a variable. How can I do this in Bash? The settings file will define the variables (for example, CONFIG.FILE): production="li
I have an Android Studio Project with an app module and several modules as lib (see my settings.gradle): rootProject.name = "MyApp" include ":app" include ":l
I am trying to perform SMTP diagnostics using curl and am getting this error: "curl: (94) An authentication function returned an error". Googling this error doe
i'm new to pinescript and i would like to repaint automatically a Bollinger Bands MTF. The problem is when i set the bands on 5min MTF and i go on 1min chart, i
I am using service mesh https://istio.io/ installed on top of kubernetes and have installed the example https://istio.io/docs/examples/bookinfo/, that ISTIO pr
I have a web app that I am unit testing. I'm trying to test the drf serializers, but the serializers change the format of datetimes, so identical dates formatt
I am trying to deploy on a openshift with helm the deployment chart provided for kubernetes/openshift. But I having a problem with the userid that is included i
well these are the codes: views.py from django.shortcuts import render, get_object_or_404 from django.http import HttpResponse from . import models def detail(