here is the ERROR code var services = new ServiceCollection(); // A<> is not right here services.AddSingleton(typeof(I<>), typeof(A<>)); var
The problem : I have a react application in my ec2 instance(ubuntu). I'm trying to execute this command but it gets while trying to execute "npm run build" ./gr
I am currently having problems showing a progress bar while waiting for image files to be renamed. I've tried several progress bar tutorials and answers but am
I am carrying out the OAuth verification in Google Cloud Platform, I received an email that said: "Thanks for your patience while we reviewed your project. Your
I have a laravel application running in a cpanel webhost. My app saves some images in this path "storage/app/custom", and the problem is, files disappear for no
I need to realize the following tasks: Create employee Create meeting room Get meeting room reservations and the possibility to filter by employee Create reserv
I tried to check the time the queries take and tried in phpMyAdmin SET profiling = 1 did some queries and then SHOW profiles but there were no results. T
I'm trying to run 5 kernels (CG, EP, FT, IS, MG) of NAS Parallel Benchmarks 3.4.2 on various platforms (AMD, Intel and ARM). I'd like to execute all 5 algorithm
Thanks to the recent browsers enhancements, developing games with canvas and javascript has become a good option, but now that the code is easily accessible, ju