currently I have a timer that has DontDestroyOnLoad function in order for it to cycle through scenes that needed a timer, my question is how can I destroy my ti
Good morning people, I'm going to comment on my mistake. This is a users screen. Where I have a record and an edit. Register is with id 0 and edit i have id typ
My proto file is as follows: syntax = "proto3"; option csharp_namespace = "Proto"; message FileListRequest { repeated File Files = 1; } message File {
I'm currently developing a service for an App with WCF. I want to host this data on windows-azure and it should host data from differed users. I'm searching for
I have been working with TEdgeBrowser/WebView2 and an installed version of the Edge Beta/Canary browser version as the "runtime" which seems to work fine. Howev
How to get order details eg first name last name and subtotal in WooCommerce and send them to a specific email when I use a certain coupon code?
I want to know first how many messages are already existing in a Queue. The following class Browser will return the number of messages existing in Queue. Now, I
I want to implement Browser Notifications. Below is my requirement. When user opens my website than he should receive alert to subscribe to push notifications.
I'm struggling for some days with the creation of another sonarqube task that has different settings from the task that I'm currently using in my java project.
I am using liquibase-maven-plugin in my spring boot application. As propertyFile attribute, I am using an YAML file: The liquibase-maven-plugin configuration in