on AWS Elastic beanstalk I can create new environment and upload a war file to it from the local storage. everything is working fine in this case. There is an
I have tried google it and check the gitlab-documentation but did not find a good answer for this. When I setup GitLab I am advised to test my SSH-keys to my Gi
this is my first question on stack overflow. I'm still learning python so I wanted to make something fun, but not very advanced. I want to know how to make a ra
I am just starting to look at the V3 manifest requirements and had the following questions. I currently have in my background.js var settings = new usersettings
I have created a new Django project and it works fine, but I'm sure there is a better way to do the following and thought of asking. So my main issue is on the
I'm a bit surprised that I have to post a question that looks rather trivial and easy to look up.... but it apparently isn't. Because it looks that my jni.h an
$pattern = "/^(?<animal>DOG|CAT)?(?<color>BLUE|RED)?$/i"; $str = "DOG"; preg_match($pattern, $str, $matches); $matches = array_filter($matches, 'is