i can't find any errors in my code. all details are correct, but can't log in. exports.Login = async(req, res, next) => { try { const user =
I am trying to produce a 3D graph of a line where each line segment has a different (solid) color. I am using this code: x <- c(10,10,15,15,17,17,15,15,10,10
Im using a dropdown to add items to a Formik FieldArray. The dropdown has items loaded from a Mobx store by a search-functionality. The item is added to the tab
:-) i got an issue with my code by using the software Visual Code Studio. The code (below) is working nice by using the default Python IDLE shell but when i run
Given a YAML file like: set: - x: a y: aaa - x: b y: bbb - x: a y: ccc I want to select elements of set where x==a, manipulate them, and appe
I'm using Exoplayer to play a locally saved video. I noticed that when you move the seekbar the video changes only when it is released. Is there a way to load t
I was refactoring some old code the other day and came across a WebClient creation. (The code is written in Kotlin) fun String.createClient(responseFilter: Exc
I have created AKS based application deployment where all the environment variables of application are defined in app-configmap.yaml file. This file is refered