I am trying to build some docker files using ansible, but it is not clear what is used as the build directory. directory structure . ├── build
Is there anyway to omit the initial 2 lines when calling system("netstat -ltnp -a | grep ./server");? I dont want my program to read "(Not all processes could b
I'm working on a custom overlay component and I need to set a margin on it. It should be 0.5rem depending on the position of the overlay (e.g. originY === 'bott
In an NSTextView, is it possible to render a given range of a string as all-caps, without changing the underlying string itself? The idea is similar to NSLayout
What can I do to prevent user w1 from selecting user q when creating the location? The uesr w1 has all the rights to create the models and has staff status. Is
I am logging into az cli using correct token: echo my_pat | az devops login But I see the following error while getting the existing repositories in a project:
I've been trying to create a mapmarker on my screen via mapkit for 1 week. These mapmarkers come from the api I have as latitude and longitude. However, I learn
This works altogether, however doesn't when they are inside separate files, like so: main.py from write import * def write(): global text text = "this
I have created an app that uses amplify for deployment, and dynamodb for fetching data, I am using the credentials provided to me, but for deployment, should th