When I use npm run buid in my vue app then one file in src/views is not building? Is there's ny solution of this?
anyone has experience with that issue?https://dpaste.org/0g87W i am trying to solve it but it is not solving?
Hi, i need a suggestion. I have a hotel table, and a booking_types table which has two rows i.e. overnight and hourly . every hotel have overnight by default and if vendor sel...
Anyone have example mini repo based on making a package in react to show component? I want to show ui with that package
Suddenly php mailer giving me this error: why? Fatal error: Uncaught PHPMailer\PHPMailer\Exception: SMTP Error: Could not authenticate. in C:\xampp\htdocs\schoolRegistration\...
i am using laravel sail and suddenly it is showing me this i can't login and mysql database is not working but pass and username is correct. how can i fix it?
How to upload files in cloudflare r2 from laravel? i setup my r2 like this: and i am uploading myfiles like this: //Uploading ringtone $fileName = $request->file('fi...
How can i find open source project to learn language while contributing? I searched in GitHub (issues section) but i am unable to understand anything about the project.
I am learning, web-development through online documentation. I just want to know how to know what language I should learn and how to use all languages together?
<div className="Layout_content"> <main> <Routes> {routes.map((route, idx) => { return route.component ? (<Route key...
i am trying to create a form context liek this : https://dpaste.com/773X4JU4P why this is showing error? i also tried array but it still not working?
It is always returning false ? How can I solve this issue. I am sending password into the data base by using password_hash($password, PASSWORD_DEFAULT) . But when I am checki...
Hi, can anyone recommend me good carousal for nuxtjs? i am trying swiper but it is not working and also i found no good material related to that to how to use it?
In my system errors in sql is not showing? what can be the reason behind it? Also below mysqli_connect() if my SQL database is off or any error is there then it is not showin...
Why I am getting this error alot? My apis are working fine? But idk why it is also taking time for loading? Any solution for that?
int main() { int n; scanf("%d", &n); int len = 2 * n - 1; int min1, min2, min; for (int i = 1; i <= len; i++) { for (int j = 1; j <= len; j++)...
Is java in vs code is good?
Anyone can suggest me an open source organization for php. I know basics of php and i also make mini 2 projects in php. Is it good to start contributing for an organization?
What is the need of returning this I can't see it benifit my program We can also make a function which can do same Without returning object reference And where object refere...
Can anyone explain me how to print this in c++???