scil

Results 26 comments of scil

Now we can use the [Added v-model support ](https://github.com/pqina/vue-filepond/commit/b45192521b30cdcdc2112be308d99c7d2a15ba1c)

> @scil Do you have any example on how that works ? I still can't get list of uploaded files, not with `:files` and not with `v-model` I'm using Vue...

> @scil Thanks for sharing. Unfortunately I could not get it working with Vue 3. The usage with the Vue adapter is confusing as > For now I just went...

Is there any way to receive WM_COPYDATA? ``` browserWindow.hookWindowMessage(0x4A /* = WM_COPYDATA */, (wParam, lParam) => { console.log('wParam = ', wParam); console.log('lParam = ', lParam); }); ``` only sth like...

I have found the sollution is to skip automaticly merging babel.config.js . I merge it mannuly, like this ``` const configFromBabel = require('./babel.config') const babelLoaderOptions= { ...configFromBabel, only: null, //...

> > I have found the sollution is to skip automaticly merging babel.config.js . > > I merge it mannuly, like this > > ``` > > const configFromBabel =...

> > convert arrow function like this > > Can you print the effective Babel config applied to this file? > > https://babeljs.io/docs/en/configuration#print-effective-configs I'd like to , but my env...

好 辛苦了。我因为关注的博主把图片翻转,所以加了这个功能自己用着。或许可以留个在配置里给js留个设置,像自定义css 一样。或者允许给图片自由增加css功能,因为这个图片翻转,只是一行css: rotateY(180deg). 还有个功能,把一个微博所有的图片上下一列显示出来,这样方便我截图保存,这段代码我是在先选择第一张图片的外框、再在console运行。如果有用的话,可以参考 ``` div_WB_media_view=$0; box = div_WB_media_view.querySelector('.artwork_box'); newBigImages=Array.prototype.map.call(div_WB_media_view.querySelectorAll('.stage_box>ul img'),i => ''); newBigImagesWithoutTheFirst = newBigImages.slice(1); box.innerHTML += newBigImagesWithoutTheFirst.join(''); ```

另外配置支持自定义输出文件名字 但网站的文档上还没有写上 ``` plugins: [ ["vuepress-plugin-auto-sidebar", { output: {filename: 'sidebar-auto'} }] ], ```

just delete `sourceMappingURL=contenteditable.vue.map` from `vue-contenteditable/dist/contenteditable.esm.js` then produce a patch file