can any one tell me what am i doing wrong here? $getIDtascart = DB::table('temp_cart')->where('id_user',$getUser)->select('id_tas')->get(); TasRajut
I am trying to install MongoDB on my VPS with Centos 7 and cPanel. I followed every available solution but was not able to fix this. I am getting an error messa
I'm trying to make multiple editor on one page, and I want a single toolbar to make the control, so it can determine which editor to edit when mouse move into t
Hi there recently one sql question were asked in Uber which was really interesting and little bit hard as well. The question is as below Table: Tree +----------
Here is my dataframe - data_long1 data.frame( value = c(88, 22, 100, 12, 55, 17, 10, 2, 2), Subtype = as.factor(c("lung","prostate",
I am trying to implement custom audits using the lighthouse library lighthouse and executing some Javascript commands within the Gatherer I get the following er
I wanted to do a roll command on my discordbot and i wanted to convert the message into a list and wait x seconds before revealing the roll. But when I split th
I've created a map with Leaflet and jQuery and I wanted to add Clustergroups to my Markers but I am getting the error : leaflet.js:5 Uncaught TypeError: Cannot
I am using dotenv to load environment variables from .env file when I am in the development environment. server.js const { config } = require("dotenv"); confi
I have an Angular Application which has Node js as it's backend. The way I currently run it is building the angular app(ng build) to have the compiled files in