I want to change color of the whole line depends of duration of the date. Example, If duration of the date is between 3 and 6 color is orange; more than 6 must
Hi everyone :) I was hoping I could get some fresh eyes on a problem I'm running into on my project: I have a NextJS (12.1.4) project using absolute imports, I
I am trying to speed up my resource management in the azure portal, and to do so I need to assign a role to a UserIdentity which will allow it to create and man
I had the response structure given below @JsonClass(generateAdapter = true) data class ResponseMessage( @field:Json(name = "ClientID") val clientID: String,
I want to pass json data that I get from an API into an array and display that information in my template and I don't know how to do that. this error apears on
EDIT TITLE (I changed the title because it was wrongly referring to macros and compilation time, leading to confusion about my question) In order to help with t
Is there a way to move a function from a file to other file that all references of this function in other files will be change automaticly?! i will do that in v
Is there a way of opening a file from the terminal in Visual Studio Code that opens in the same vscode instance that runs the terminal? Similar to c9 tool in Cl