Matthieu van den Bosch

Results 15 comments of Matthieu van den Bosch

Same problem, probably because browserify isn't expecting a vue component, if you don't include the .vue extension it expects pure javascript and bugs out. I solved it by delving into...

Thank you @franvera ! This worked for me

I think ccapture can't capture fabric js. I looked into fabric's source and it's using `new Date()` for lots of things and I believe that's just not being overwritten by...

To solve it I used a custom implementation using https://github.com/schickling/timemachine to overwrite the Date constructor Edit: I was wrong, I used this for a backend implementation sorry

@KristofferBerg Does this solve it? I find it hard to test https://jsfiddle.net/93bkform/ I moved ccapture script load above fabric, removed the defer attribute. Then made sure to launch ccapture first...

@KristofferBerg sorry it doesn't solve it, ran a few tests and it's inconsistent.. :/

@juliangarnier I'm still getting ![Screen Shot 2019-03-19 at 15 38 04](https://user-images.githubusercontent.com/7059091/54614656-0fdbfc80-4a5d-11e9-9d63-22c597ab4a16.png) when using ```javascript var battery = { charged: '0%', cycles: 120 } anime({ targets: battery, charged: '100%', cycles: 130,...

@User486375 +1 I really like this suggestion, like a fold-open when you click it :)

@Djiit Thanks! Good to know it's working on Mojave at least, it's probably time to update then. Before I do though, is there anything I can help you with regarding...

Make it a string (put quotes around 1271.484375), not a float value like this