Srinivas Gowda

Results 24 comments of Srinivas Gowda

In case anyone is using redux-toolkit I did, the way worked for me ``` import { configureStore } from '@reduxjs/toolkit' import authReducer from '../features/auth/authSlice'; import devToolsEnhancer from 'remote-redux-devtools'; export default...

will this be supported at some point?

Here's how I got it working Installed DevTool cli `yarn add --dev @redux-devtools/cli` add below config as a script "scripts": { "redux-devtools": "redux-devtools --open=electron --hostname=localhost --port=8000" } Make changes to...

I was facing the same issue on Github actions, adding `--service=gihtub` in front of the coveralls command fixed it for me - name: Coveralls env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run:...

> > I was facing the same issue on Github actions, adding `--service=gihtub` in front of the coveralls command fixed it for me > > > > * name: Coveralls...

@jugmac00 I've raised a PR with a fix, seems to work fine now https://github.com/morepath/morepath_rest_dump_load/pull/12

I'm facing same issue too > This is My Post Schema: > > ```js > import mongoose, { Schema } from 'mongoose'; > import mongoosePaginate from 'mongoose-paginate-v2'; > import mongooseAggregatePaginate...

Ended up using $lookup & $project to achieve population ```javascript model.aggregate([ { $lookup: { from: 'User', localField: 'requester', foreignField: '_id', as: 'requester' } }, { $project: { 'requester.facebookProvider': 0, 'requester.googleProvider':...

@revant I'm still not able access the domain but now I was able to see a login page from the IP LAN IP address but it's just a frappe app...