hayesmaker
hayesmaker
Well I added my own logging to the framework.. and it makes a handshake, doesn't connect, then closes the connection.. Not sure if the we're using the server side incorrectly...
Hiya, yeah here's a simple test client.. It should say connected in one of the textfields when the connection is made. Chrome developer tools shows some kind of handshake,, but...
So the solution is still to fix the library yourself? I can't remove the package.json from my higher up directory since I'm trying to create a parcel project in an...
Still not working for me: // from package.json devDeps: "parcel": "^2.9.2", "parcel-reporter-static-files-copy": "^1.5.0", it's looking for a "static" folder in root directoy ``` ~/Workspace/chilli-os/packages/slots (main) $ npm run build >...
the global namespace is used by everything, including Node.. Relax and drink a glass of wine.
the pixi 7 example doesn't work if you are importing Pixi methods, as Pixi is no longer a global object.
so i installed an updated phantomjs, and this core.. now my tests run, but the nice colours in the output I used to have don't show anymore... is that something...
the output is even worse on travis, most of the text is missing.
I'm using "phantomjs": "^2.1.3" travis seems to `npm install` with these warning about phantom.. but I don't think I had them locally. > npm WARN deprecated [email protected]: Package renamed to...