I need some help to set environment variables on osX 12.0.1. I tried to edit .bash_profile (it doesnt exist), .zprofile and also a pllist approach. What irritat
I get the data from the API as follows: [ { "GroupA1": [ { "code": 10, "name": "item1" }, { "code": 11,
I have code like this in my __layout.svelte file const store = operationStore(QUERY_CURRENT_USER); query(store); and I can successfully use it like thi
This is my scratch: // how to present $-$ as Kotlin string val var1 = "\$-\$" val var2 = "\$-$" print("${var1.count()}: $var1") print("${var2.count()}: $var2")
I'm having trouble understanding what does the second parameter to the mongoose.connect() do. mongoose.connect( "mongodb://localhost:27017/myDatabase", { us
I seem to have a problem with submit event, it keeps refreshing whenever I press enter, or click submit. Link to the site where you can see th
I'm new to Android Jetpack Compose and have the following layout problem: It's a simple example to clarify my issue. I want that Button header to stay on top a
I'm a new StackOverflow user! i need help. My task is to find two verbs in the string that are in the list (_words[]) and swap them. With string it's not that h