I am trying to customize MUI to that import makeStyles import { makeStyles } from '@mui/styles'; I get this error when try install npm install @mui/styles npm
I'm working with Laravel 5.8 and I wanted to upload a video file. So in the Controller, I added this code which does the uploading: if ($request->file('prd_v
Let's say there is some CalculatorFactory that returns specific calculators based on a CalculationType enum. Let's also say that there is a requirement for some
I am trying to serve some fonts, but when i visit localhost:4000/fonts, it gives me 404 not found. my code: fs := http.FileServer(http.Dir("./fonts"))
I am trying to use the Google Route Optimization API with close to 20 locations. Besides showing the route plotted on the Google Map, I would also like that Goo
I have a row data in csv as shown below. The highlighted in bold letter is data for a particular cell. When I load this data in ADF data flow , the data gets sh
I'm currently working on react app which compare crypto buy price from wallet and actual price and return profit/loss. I created a backend server to call the bi
I referred this link for building up my WebSocket server and client code. But I receive below error on my browser when trying to connect to websocket server wit
This my code: in[0] import pandas as pd df = pd.read_csv('datefile6.csv',thousands=',', skip_blank_lines=True) df out[1] month day