when i run this code "php artisan migrate --seed" qppeaer one error like SQLSTATE[42S02]: Base table or view not found: 1146 Table 'naryn.modules' doesn't exist
I am new to VueJs and I started working on my first project which requires me to have a side panel (drawer) to serve as a navigation bar and it will always be v
I am new to kconfig. Excuse me if this is a dumb question. I want to prepare kconfig file for an application. This application runs on multiple platforms. These
#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.
I am developing an app with GTK4 + Python3 and I get this message: Trying to snapshot GtkBox 0x5594bdcaa310 without a current allocation It happens when I load
I'm using Webpack as core for all my front-end js project since more than a year. I'm starting to work with KRPano to create customized virtual tour. My goal is
I've already made an action of type query that calls an http endpoint and return a list of results. Then i should insert this resut into the postgresql (i suppo
I have to do a long press to select an option from a dropdown menu. I want the selection to be immediate. How can I solve this problem. func tableView(_ tabl
this is my code for loading data from a text file into a linked list and then viewing it on the console screen. node1* temp3 = head2; cout << "Total recor