def eqQuadratic(Variables): valuesoflinear=Variables[1] a = float(valuesoflinear[0]) b = float(valuesoflinear[2]) c =
I am trying to apply an uniform theme of background color to my app but it is giving this error and I am not able to resolve it. This is the link to the error i
I am on an Ionic2 / Angular2 project. There I have a *ngFor="let item of items | async | customPipe" in my code. The async is because items is an Observable
I need to pass the sessionStorage dynamically through apollo client via graphql Mutations but we use async/await to use graphql mutations, can anyone help me?
I have a UI developed in react, redux and mui for new version of our app. This UI is used for some process made up of several rounds. A round goes for 6 months.
I have a Vue project where I need to watch some Vuex store values. Here is the code: computed: { serverCategories: { get() { return this
i am trying to write a controller for signing up users in Spring Boot with Kotlin. Here is my code: @PostMapping fun signup(@RequestParam(name = "signupRequest"
I am following this tutorial and am unable to make Box Three line up to the top of Box Two (which she shows how to do at around 1:45 in the video). As you can s
I've done a lot of searching, but been unable to find the answer to the problem I have below. Which I'm sure has a very simple answer. I'm trying to create a st