I have moved a website to a new on-prem server and I'm currently trying to make CI/CD work. The release pipeline was already configured since we have been using
In my React Native application i'm using react-native-track-player. Everything is working well but i can't control music from the notification panel. Here's the
So im having some difficulties generating the SQL for my ER Diagram in ERD+; It says ERROR, it doens't show anything else when i try to generate the code from t
I need to use maps in nodejs project. First task is to convert bunch of addresses to coordinates. Next, I need to display map with heatmap layer Which provider
I want to create 3 images from one bitmap by setting each pixel to the red channel but I keep getting an error with ("java.lang.IllegalStateException") the code
I'm having trouble returning errorMessage from this nested JSON response I get from an aws SNS message. Part of the problem, I think, is the weird spaces and f
Hi I am trying to spin up a test container from my unit test class. from my test class i am using the following @Container private static GenericContaine
I'm looking for a way that I can take a SteamID64 (76561198032122624) and convert it to a SteamID (STEAM_0:0:35928448) in PHP. I've searched this quite a bit an
I need a formula to calculate the maximum of consecutive occurrences of a value (value searched is 1) in the same row: For example, for this row: 1 1 1 0 0 1
I have two components Parent Component and Child component, I have an API that takes place in the Parent component and the response value is passed to the child