Deepak Mittal

Results 5 comments of Deepak Mittal

I removed node_modules folder and updated my package.json (removed `react-devtools-core` and `blessed`) to: ``` { "name": "binance-cli", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test...

I have this same issue and removing "schema" did nothing for me. Here's my prisma.yml file: ``` version: "3" services: prisma: image: prismagraphql/prisma:1.33 restart: always ports: - "4466:4466" environment: PRISMA_CONFIG:...

For anyone running into this issue, try doing `npm run dev -- --host`.

Some more information: When updating term's slug cap- is prefixed to user's nicename. And when it's passed to get_coauthor_by(), 'cap-' is removed and the search is performed. So far, so...

Some update. I replaced spaces in display_name and user_nicename directly from the database for one of my authors and his name started appearing in the drop down and I was...