Mickael Jeanroy
Mickael Jeanroy
Hi, it seems that Backbone plans to use promise as the return value of the `sync` method in a futur major release and it's a good news :+1: However, what...
@nmccready Thanks for your reply! I'll work on it and submit my PR in the next few days.
@nmccready Awesome, that was fast! > btw I don't feel comfortable pushing out a release of this until 1.6 is out officially. That makes sense. Even if it is not...
Hi, I encoutered the same issue, and I wrote this workaround in my `jest.config.js`: ```js const path = require('path'); const tsc = require('typescript'); module.exports = { globals: { 'vue-jest': {...
Hi @lmiller1990, Would you be interested in a PR to fix this issue? Or is there any plan in a next release, so a fix like this would be useless?
Hi @lmiller1990, I just look at the code on the master branch and it looks like this issue is fixed with version 4.0.0 (not tested, but, as already said by...
Hi @Kof, I tried to debug this, and I would like to share with you what I found. With my coworker @pybuche, we tried to understand what was the issue...
Hi @Hajakutbudeen, Can you give me your `bower.json` file (or at least, the `dependencies` section), and the `.bowerrc` file you use?
Hi @Hajakutbudeen, I just published version 0.11.0, can you test with this version please?
Thanks for your hard work on this @ibcooley! @kemrop I can't promise any ETA, I'm going to take a look and I'll keep you posted. But I can promise I'll...