Dmitri Zaitsev
Dmitri Zaitsev
Steps to reproduce: ```sh $ create-react-app my-app ``` then copy the `React` example inside the `App.js` file, uncomment `ReactDOM.render(, mountNode)`, instead trying to put `` directly inside the JSX. Complained...
Specifically among general purpose libraries, to run in both server and browser environments. To learn best coding and testing practices for things like: - code architecture, - errors throwing and...
Just trying to run `fuge shell fuge/system.yml` after cloning and installation. This seems to compile but all services are listed as "stopped": ```sh ? fuge> ps name type status watch...
Any hint why this happens? ``` ERROR in ./src/frontend/js/main.js Module not found: Error: Cannot resolve module 'react/lib/ReactMount' in /Users/dmitrizaitsev/Repos/classroom-coding/src/frontend/js @ ./src/frontend/js/main.js 1:320-351 ERROR in ./src/frontend/js/app.jsx Module not found: Error: Cannot...
Couldn't get the first example working with 'jquery'. The README looks very terse. Would it be possible to provide complete example with working configuration? Thanks!
Right now it seems I need to wrap a node in array in order to pass it: ```js // works div({className: 'new-style'}, [node]) // does not work! div({className: 'new-style'}, node)...
Just wanted to mention, there is another library with its own `go`-notation: https://github.com/ubolonton/js-csp/blob/master/doc/basic.md#gof-args
The installation does not seem to work : /usr/local/bin/gem install --verbose iron_worker_ng ERROR: Could not find a valid gem 'iron_worker_ng' (>= 0), here is why: Unable to download data from...
Here is my user feedback on the web app version located at http://ec2-52-34-234-111.us-west-2.compute.amazonaws.co as requested by @mojca on the MacPorts mailing list. # Disclaimer. I am an old Mac OSX...
Getting this error: ```sh ~ npm run build ... ... ... Loading "Gruntfile.js" tasks...ERROR >> invalid snippets detected Warning: Task "default" not found. Use --force to continue. Aborted due to...