I setup a docker nexus with this docker-compose.yml: version: "3" services: nexus: restart: always image: sonatype/nexus3 container_name: nexus
Why can't I push in my <option> when I get the response.data? type State = { companyManagerMap: null | Map<string, string[]> } useEffect(() =>
I want to add on-click listener to onBackPressed() button. How can I do that? fun onBackPressed(it: View) { val title = binding.edittexttitle.text
how to get parseColor color value to transparent. mPaint.setColor(Color.parseColor("#FFFF00")); thanks for help
I'm creating an api using docker, postgresql, and nodejs (typescript). I've had this error ever since creating an admin user and nothing seems to be able to fix
I want to spawn a 100 object whit 0.1 seconds in between. I have this but they still spawn all at once. private float timer = 0.0f; bool goSpawn = false; privat
I would like to plot something only for that certain candle which (or the vertical position of which) the mouse is pointed on. For example: plot(MouseIsHovering
while reading the documentation on Cursor here I read that cursor provides read/write access. I had gone through the API methods of Cursor but there is no sette
I'm trying to get all the keys from a JSON array. The link of the JSON is: this one And the code I'm using is: Imports System.Net.Http Imports System.Text.Json.