Sweaty Chair
Sweaty Chair
How about adding 2D system (Rigidbody2D, Collider2D, etc)?
> Yes, this appears to be the case. You can work around this issue by setting the systemwide java install to OpenJDK java 1.8 (e.g. `brew tap AdoptOpenJDK/openjdk; brew cask...
Same here, used to be working, and now got this error: `Source map error: Error: request failed with status 404 Resource URL: http://localhost:9256/demo/demo.html Source Map URL: ../sourcemaps/inpage.js.map` Wish the developer...
I have the same problem in macOS Mojave and I don't have much experience on Python: `Message: : No module named 'pygments' (or 'pygments.styles' is unknown)` I checked Python 2.7.10...
Yes I have pip2.7 installed, `sudo pip2.7 install pygments` shows: ``` DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as...
Anyway, I have a workaround that starting geth with --etherbase argument and doesn't require Nethereum for this.
+1 for: ``` static/js/main.50560590.js from UglifyJs SyntaxError: Unexpected token name «i», expected punc «;» [./~/ethereum-blockies-base64/dist/main.js:64,0] ``` Using: truffle-react-box 0.1.0
A temporally solution for people like me, who don't know anything about babel, webpack or uglifyjs, just convert the whole main.js in [babeljs.io](http://babeljs.io/repl.html) and paste it back
Thanks for the reply and I will take a further look :D