I am importing a CSV which has 5 "columns". One of them is a date and time. The 3rd party software that is reading this column, then does not sort the date we
A nonsensical error, because compiling another project works System.Xml.Linq is referenced, it's the same code from this other project csproj is similar, only w
so i have data as readings recorded as monthly averages over time. I have already drawn it but the problem is the graph is kinda messed up and the X axis is unr
I have been struggling for few days now trying to fix unauthorized access error when passing JWT token from MVC application to WEB Api.
i wrote this code (db2) and it works just fine, but i'm wondering, is there a shorter way to write this? Select Distinct city From station Where city Like '
What I am trying to achieve I am trying to dynamically add an array to an object. That is, starting with {colour: "white", type: "electric"}; and ending wi
I have a multi-node cluster setup. There are Kubernetes network policies defined for the pods in the cluster. I can access the services or pods using their clus
I'm trying to draw multiple objects within a viewbox, but I want them to be drawn in a specific order so overlapping objects have the objects I want drawn on to
I'm trying to create a protocol that has a function with generic parameters. protocol APIRequest { static func fetchData<T: Codable>(completion: @esca