Simon Babay
                                            Simon Babay
                                        
                                    I don't know if its possible, this repo is just a wrapper for CKEditor (which have it's own unit tests chain : http://docs.ckeditor.com/#!/guide/dev_tests) If someone have a solution, i'll take...
Very old... first version of this angular component was written with Babel. So merging this branch with master cannot work without rewrite referenced commit. Have you a use case for...
Hi @mutoe, You need to add `json-loader` and `yaml-loader` to your `vue.config.js` like this : ```js module.exports = { chainWebpack: config => { config.module .rule("yaml") .test(/\.ya?ml$/) .use("json-loader") .loader("json-loader") .end() .use("yaml-loader")...
Hi, I've made this component ngModel compliant with few lines of codes here : https://github.com/chymz/ng2-select/commit/0b79ec583b8f5de763728fdee9550fb0641077de It seems to work perfectly with the last RC4 [Edit] Here is a pull request...
Well, my pull request make this component compatible with template-driven forms (ngModel) and model-driven forms too (formGroup/formControlName)
Thanks again for this nice report! You're right, when you have your browser devtools opened, this one will try to get source maps files and trigger a server-side rendering request......
Seems to be a problem with latest version of Vue CLI and NPM... I've no issue with Yarn actually. Vue CLI require `@vue/compiler-sfc` which require Vue 3, but project use...
You are right, actually, server side doesn't support TypeScript because no transpilation is done before server start. I've some plans to make this work, but for now, you have to...
Thank for reporting this issue! Actually your workaround seems the best way to handle it. In fact UVue makes a specific build with Babel for Node environment, and that build...
Ping @germsb @KleinMaximus @ishitatsuyuki @kwiniarski @academici @thenickname @gmarke @valyakin @phenixdotnet