Ivan

Results 29 comments of Ivan

Anyone manage to get this working?

+1 @RReverser did you find anything useful? @Constellation it would also be really helpful to get a short description of the properties the scope tree has. E.g. ``` { __declaredVariables...

I was having the same issues. Using JSPM to install jailed (`jspm install jailed=github:asvd/[email protected]`). Other than the solution posted by @dgrad you can also include the following in your index.html...

Hey, I use a mocha config file for this. e.g. ``` { "diff": true, "extension": [ "js" ], "package": "./package.json", "reporter": "nyan", "slow": 75, "timeout": 5000, "ui": "bdd", "recursive": true,...

Thanks @bigopon. I also noticed the warning message pop up when a change is made within the code and the webpack hot module replacement is activated. Sometimes this even causes...

Ah, makes total sense. At the moment it's easy enough to just add in on a per project basis 😊

Super. Thanks for the info. So that means I can just ignore the `Element has already been registered` warning during development?

Setting the timeout to 1 Seems to be working for deleting a collection. ``` creating data creating collection importing into collection time taken: 16.611135839000344s deleting collection Request #1695217761007: Request to...