im getting DOMException: Failed to load because no supported source was found in audio.play(). im getting his issue on audioElement.src = 'songs/${index+1}.mp
I am using the Chrome plugin JsonDiscovery that use JORA to Query in JSON and make JSON query. But know when I consult the MS DevOps API that return the fields
I'm writing a simple program that is basically a signup program for a run. I am very new to python, but cant seem to find out why this isn't working. My error m
When I try the URL with https it works but I don't want to have the username and password. I am able to perform a git clone with the above url and its working.
I am working on a project application that scans other mobile phones using bluetooth and make a log of the scanned devices to take attendance in class, I used r
I am creating a canvas with predefined dimensions (2505px width, 3542px height) which are the dimensions for an A4 paper in 300 DPI resolution. I am converting
Assuming I have the following class named Quotes: class Quotes { String quote; String author; Quotes({required this.quote, required this.author}); } An
I am building a page that requires a double navbar and the toggler button is acting strange it is not collapsing and not even showing but when i click the posit
I want destroy token but that not working: $this->Auth->logout(); Can you help me. Thank all