Monthly Archive: April 2020

On Node.js versions 0

On Node.js versions

The Latest Nodes Releases for Majors Versions Node 13, Node 12, Node 11, Node 10 https://nodejs.org/dist/latest-v13.x/ ../ docs/ 14-Apr-2020 16:47 - win-x64/ 14-Apr-2020 16:35 - win-x86/ 14-Apr-2020 16:35 - SHASUMS256.txt 14-Apr-2020 18:27 3147 SHASUMS256.txt.asc...

Generating private key on Windows 0

Generating private key on Windows

Backup old keys if any cd %userprofile%/.ssh dir id_* mkdir key_backup copy id_rsa* key_backup Generate new keys ssh-keygen -t rsa -C "your_email@example.com" Copy the public key to your clipboard cd %userprofile%/.ssh clip < id_rsa.pub...

Draw an animated ARC vector in HTML / CSS / SVG 0

Draw an animated ARC vector in HTML / CSS / SVG

Bibliography / Sites Consulted / Example https://www.w3.org/TR/SVG/paths.html https://stackoverflow.com/questions/51932434/d3js-animate-a-2-arc-donut Nice blog post. How does he do all those arc sections? https://swizec.com/blog/silky-smooth-piechart-transitions-react-d3js/swizec/8258 https://codepen.io/anthonydugois/pen/mewdyZ An continuously animated arc component in React, simply written, although I didn't use...

React animate a SVG 0

React animate a SVG

npm install react-move d3-scale d3-array d3-shape d3-ease lodash @types/d3-scale @types/d3-shape @types/d3-array @types/d3-ease @types/lodash Download https://raw.githubusercontent.com/react-tools/react-move/master/docs/src/components/Surface.js   https://react-move.js.org/#/demos/animate https://codepen.io/Gesma94/pen/oJvjwe

Starting up a project in React.JS 0

Starting up a project in React.JS

Prerequisites 1) Install NVM (Node Version Manager) 2) Install Node.JS 8 or 10 with NVM or : nvm install 8 3) Install Yarn 4) Install Visual Studio Code, or another text/code editor. Setup a...

Error: ENOSPC: System limit for number of file watchers reached, watch 'xyz' 0

Error: ENOSPC: System limit for number of file watchers reached, watch 'xyz'

Error: ENOSPC: System limit for number of file watchers reached, watch '/xyz.png' at FSWatcher.start (internal/fs/watchers.js:165:26) at Object.watch (fs.js:1258:11) at createFsWatchInstance (/home/frank/ravo-react-ui/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:38:15) at setFsWatchListener (/home/frank/ravo-react-ui/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:81:15) at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/frank/ravo-react-ui/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:233:14) at FSWatcher.NodeFsHandler._handleFile (/home/frank/ravo-react-ui/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:262:21) at FSWatcher.<anonymous> (/home/frank/ravo-react-ui/node_modules/webpack-dev-server/node_modules/chokidar/lib/nodefs-handler.js:495:21) at...