I am trying to create a new folder in the main directory Tried all kinds of examples sudo mkdir /data/db sudo mkdir -p /data/db I keep
I am trying to turn a function, createArray, into a constexpr function. This function creates an array from a contiguous section in memory marked by two arbitra
after having spent the last few hours searching the web for this issue I decided that I need your help. The issue is similar to this topic: Javafx: Tableview h
I am trying to make a program where the user have to enter a string and get an reversed output. Moreover, it should change all lowercase letters to uppercase an
i'm getting this error when i want to install my flutter app in my phone(Xiaomi Redmi Note 9T). I tried to run new flutter template project (Counter App) and i'
I'm working on an app that could potentially be used to coordinate information at many statistics bureaus in many countries around the world. Today has installe
Im creating a forge 1.12.2 mod but in my main class when i do @SidedProxy(clientSide = Reference.CLIENT_PROXY_CLASS, serverSide = Reference.COMMON_PROXY_CLASS);
I’m new to using modules in Terraform and I’m getting an error from my main.tf in my root module, saying “an argument vpc_id is not expected h
I am just practicing the RecyclerView. when I run the App my App crashed I check the log but i cant understand the problem can some help me im waiting for someo