I am working on an Angular + Cordova project. I am trying to use the cordova-plugin-firebasex plugin for push notifications functionalities. It is doing good fo
I need help figuring out how when I click on the card it takes me to a whole new page that says "Success". Right now when I click it says "Success" but right ab
I am using MySQL placeholders and create promise to use them with async await. selectTickets: (variable) => { const sqlStatement = `SELECT * FROM tickets
In ASP.NET Core-6 Web API, I have this code: public async Task<IQueryable<Mandate>> GetUnapprovedMandateAsync(PagingFilter filter) {
I have an object like the following. example:[ { "Id":"100", "value":"Egor1", "children":{ "pilot":[ { "Propert
I've been trying to implement a priority queue with the help of a linked list. However, I am unable to add data to the list when i use the add() function which
I am sorry to trouble. I am unable to convert an API call into html that can go on a web page. The call is like this: https://api.feefo.com/api/version/reviews
While running the quickstart.py of Gmail, I get the following error on macOS. Traceback (most recent call last): File "quickstart.py", line 4, in <module&