Alexander Craggs
Alexander Craggs
`Rename` fails if the output directory is not on the same hard drive as the current working directory. Here, /tmp/ is mounted to a different location as CWD: ``` carbon-now...
Changing the type of `activePlayers` from an object: ``` activePlayers: { "0": null, "1": null } ``` to ``` activePlayers: null ``` Forces you to check whether `activePlayers` is `null`...
For instance, when searching for a node I want to be able to center it when selected. I can't easily do this by taking replacing the current screen offset with...
At the moment, our flow chart exceeds the size of the draggable area. Is there a way to increase the size of it?
**Is your feature request related to a problem? Please describe.** There are times when I want to right-align text in a table, e.g. numbers. **Describe the solution you'd like** Ability...
Would be a nice feature to have.
``` codefined@codefined-Virtual-Machine:~/code/robot-fight$ npm i dis-gui npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! peer react@">=...
``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating...
``` Warning: Legacy context API has been detected within a strict-mode tree. The old API will be supported in all 16.x releases, but applications using it should migrate to the...