Pragyan

Results 26 issues of Pragyan

I get this error when deploying my next js project ![image](https://user-images.githubusercontent.com/49873605/180617502-071ad649-9694-43b6-ba38-7e61bce07880.png) the `next.config.js` code ```js /** @type {import('next').NextConfig} */ // const withPlugin = require('next-compose-plugins'); // const optimizedImages = require('next-optimized-images'); const...

```js const [mark, setMark] = useState('Enter Text Here'); const [visible, setVisible] = useState(true); Body: setMark(value)} height="500px" /> ``` In the above code, when ever I start typing because of state...

I want to install zbar in python and use it in python. I did run `python setup.py install` but i get this error ``` C:\Program Files\Python310\python.exe: can't open file 'C:\\Users\\princ\\Downloads\\projects\\freelancing\\fiverr\\zbar\\setup.py':...

After chocolatey install, msys2 wasn't opening so i downloaded from the website then in that i opened msys2 mingw64 There I installed the dependencies from pacman Then ran this `autoreconf...

i added some values in the profile and want to edit them, so i did like in code here https://github.com/hoangvvo/nextjs-mongodb-app/blob/v2/pages/api/user/index.js ``` const {quote} = req.body; ``` but i get this...

Using the wellformed cookies that is in the repo ![image](https://user-images.githubusercontent.com/49873605/197391895-ed44a431-1a3e-4a91-817b-218950e09ab0.png) using default firefox cookies ![image](https://user-images.githubusercontent.com/49873605/197391937-a6b3bd05-132e-40ae-8ded-18a2a49af46f.png)

The steps I have used `npm install react-native-reanimated-carousel` then installed `npm install react-native-gesture-handler` and `npx expo install react-native-reanimated` then I edited my App.js to add `GestureHandlerRootView` ``` const Stack =...

bug

@meiqua Can you please tell the versions for these things: python opencv pybind visual code opencv-python numpy

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Do the process to get the session string, now make a channel for source and...

bug