raphael10-collab
raphael10-collab
It's not clear to me why for `new Tab`: sandbox: true https://github.com/hulufei/electron-as-browser/blob/master/index.js#L390 but for `controlView` contextIsolation : false, nodeIntegraion: true https://github.com/hulufei/electron-as-browser/blob/master/index.js#L80 Is it enough secure?
Installing ipfs: warning ipfs > ipfs-core > libp2p > @motrix/nat-api > [email protected]: request has been deprecated, see https://github.com /request/request/issues/3142 - O.S. : Ubuntu 18.04 Desktop - node: v14.5.0
@elisealcala Once I set nodeIntegration: false in webPreferences I get this error: "Uncaught ReferenceError: require is not defined at Object.url (external "url":1)  Clicking on "external 'url': 1" I get...
**Describe the Bug** **To Reproduce** **Expected Behavior** **Screenshots** **Environment** - OS: Ubuntu 20.04 Desktop - Beaker Version: **Additional Context** Issues in Beaker Installation: (base) raphy@pc:~$ sudo apt-get install libtool m4...
How to `clone` the video portion of the HTML page in order to extract and keep it intact? For example: From this url : https://abcnews.go.com/Politics/arizona-gov-doug-ducey-signs-law-purge-voters/story?id=77606533&cid=clicksource_4380645_1_heads_hero_live_hero_image I would like to keep...
I'm having some issues in compiling Kaldi for `wasm` : https://gitlab.inria.fr/kaldi.web/kaldi-wasm/-/wikis/build_details.md#cpp-bind I first compiled clapack-wasm following these indications: https://prod-gitlab.inria.fr/kaldi.web/clapack-wasm and got the resulting following files: (base) marco@pc:~/cpp/kaldi/clapack-wasm/libf2c$ ls -lah |...
(base) raphy@pc:~/ForgeRaphyTemplate$ yarn start yarn run v1.22.18 warning package.json: License should be a valid SPDX license expression $ electron-forge start ✔ Checking your system ✔ Locating Application ✔ Preparing native...
In my Electron-React-Typescript-Webpack app I just installed react-draft-wysuwyg In the renderer I've put: export default function Funct() { import { Editor } from "react-draft-wysiwyg"; import "react-draft-wysiwyg/dist/react-draft-wysiwyg.css"; return ( ) }...
I'm getting this error: `not a valid JSX element.` (base) raphy@pc:~/ForgeRaphyTemplate$ yarn start yarn run v1.22.18 $ electron-forge start ✔ Checking your system ✔ Locating Application ✔ Preparing native dependencies:...
In the attempt to re-write https://github.com/cudr/slate-collaborative/blob/master/packages/backend/src/AutomergeBackend.ts to make it fit with the latest automerge version changes, I'm trying to implement what has been outlined here: https://github.com/automerge/automerge/blob/main/SYNC.md This is what I've...