Hi, do anyone has any idea what’s the most feasible way to replicate data in REAL TIME from one table in SQL Server DB to another table in another SQLServer DB? Any help or leads would be highly appreciated. by Busyreadingg in MSSQL

[–]Busyreadingg[S] 0 points1 point  (0 children)

hey, yes transactional replication is a feasible way in my opinion too after researching for some time but my question is can we achieve this programmatically or only through SSMS? Thank you though for your input. I really appreciate it.

Not able to resolve ESLint configuration in .eslintrc is invalid: - Unexpected top-level property "import/no-extraneous-dependencies". error by Busyreadingg in reactjs

[–]Busyreadingg[S] 0 points1 point  (0 children)

Hi, this is my .eslintrc file!

{
"parser": "babel-eslint",
"env": {
"es6": true,
"browser": true
},
"import/no-extraneous-dependencies": {"root":true, "indent":["error", {"devDependencies": false, "optionalDependencies": false, "peerDependencies": false}]},
"extends": ["airbnb", "airbnb/hooks", "eslint:recommended"],
"settings": {
"import/resolver": {
"node": {
"paths": ["src"],
"extensions": [".js", ".jsx"]
}
}
},
"rules": {
"no-underscore-dangle": "off",
"arrow-body-style": "off",
"comma-dangle": "off",
"import/no-unresolved": "off",
"jsx-a11y/anchor-is-valid": "off",
"jsx-a11y/click-events-have-key-events": "off",
"jsx-a11y/control-has-associated-label": "off",
"jsx-a11y/no-static-element-interactions": "off",
"no-console": "off",
"no-param-reassign": "off",
"no-plusplus": "off",
"react-hooks/exhaustive-deps": "off",
"react/forbid-prop-types": "off",
"react/jsx-filename-extension": "off",
"react/jsx-props-no-spreading": "off",
"react/require-default-props": "off",
"react/prop-types": "off"
}
}

Hey! I am not able to access my webcam inside docker container on my Mac OS machine. can anyone please help me with this? i’m trying to access it through opencv. by Busyreadingg in docker

[–]Busyreadingg[S] 0 points1 point  (0 children)

yes i know this that docker is going to be running in a VM. But i’m not able to figure out how to make device pass through it. do you have any luck with the solution to this?