颜贵彬

Results 6 issues of 颜贵彬

the version of my emacs is 28.1 the following is my configuration ```elisp (use-package fcitx :ensure t :config (fcitx-aggressive-setup) (setq fcitx-use-dbus t) ) ``` and the error was reported ```...

### Version 2.6.14 ### Reproduction link [https://github.com/tcstory/vue-ssr-issue](https://github.com/tcstory/vue-ssr-issue) ### Steps to reproduce 1. npm run build 2. npm run start 3. visit http://localhost:3000/page1 with javascript enabled and disabled respectively ### What...

Sorry,my English is poor. I'm on ubuntu 14.04 64bit, emacs 24.3 i had installed autocomplete and yasnippet a few day ago. The problem is ,in some type of file,autocomplete cannot...

### Version 16.8.1 ### Reproduction link [github.com](https://github.com/vuejs/vue-loader/tree/next) ### Steps to reproduce i have no idea why the functionality was removed. it's very important for ssr rendering. vitejs/plugin-vue and vue-loader are...

ssr
contribution welcome

I have the code ``` gulp.src(['*.js']) .pipe(gulpif(['*.js'], uglify())) .pipe(gulp.dest('dist')); ``` but no files will be uglified, if I change the code like this ``` gulp.src(['*.js']) .pipe(gulpif('*.js', uglify())) .pipe(gulp.dest('dist')); ``` it...

1、描述 IOS 在打开声音后, 在上下滑动切换视频的过程中,能明显感觉到有卡顿。 这个问题在我的多部 IOS 手机上都能复现,而且这个问题也挺明显的,但是查看了 issues 列表后,却发现大家都没有反馈这个问题。难道大家都没有遇到吗?