I have created vue app using vue-cli and instead of html I have added my component TopBar for links and those links are not getting rendered. App.vue <templa
I have the following Pop up which is essentially an AlertDialog with some data entry fields and two buttons. The widget tree is given below: ProductPurchaseForm
I get the error below when I run 'kubens' error: could not list namespaces (is the cluster accessible?): failed to initialize k8s REST client: failed to initial
How do you upload a file to DocuWare, via the .NET API, using a byte array? Currently it appears that you can only use a FileInfo object which requires the file
I've written a little Flask web app. I've configured it in Apache2 Ubuntu on my local machine, and it works under Apache. Deploying to the remote server (Ubuntu
How can I pass a char pointer (char*) to the function func()? #include <iostream> using namespace std; void func(char *var) { cout << var; } i
I am trying to generate a signed APK. I have my password.keystore file located in \Dictionary\android\app and when i ran gradlew assembleRelease on cmd, the err
Hello im trying to mock firebase messaging to get token but when i try to test i get some error,can someone help me to solve this error. This error occur only i
I have two audio files. I want that if one audio is playing and the user clicks the second-one, the first audio will pause (while maintaining the progress and a
Here's the piece of code- I just wanna know how the compiler is processing line 5 here. Like I wanna know in detail what's happening in line 5