Maybe you were looking for...

when i run the code "php artisan migrate --seed" that's not work completely

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

VuetifyJS - Scrolling v-navigation-drawer

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

Is it possible to have if/else logic in a kconfig file?

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

Creates a C language program on Linux sends DNSquery, and the segmentation fault error appears in the "getostbyname" function and "int_ntoa" function

#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.

Gtk4 PyGobject: Trying to snapshot GtkBox without a current allocation

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

Include KRPano in Webpack project

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

hasura - to call an http service api and insert the response into postgresql

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

Long press to select an option from a dropdown menu

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

error in string size while reading data from text file into linked list in cpp c++

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