Roland
Roland
> 可能有图片的缺失,注释一下应该就可以了 也没看到哪儿报错啊😂
> 跑不起来的错误提示提供下吧 ``` [VERBOSE-2:ui_dart_state.cc(186)] Unhandled Exception: MissingPluginException(No implementation found for method getDeviceSDK on channel com.lucasjosino.on_audio_query) #0 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:156 #1 OnAudioQuery.getDeviceSDK package:on_audio_query/details/on_audio_query_controller.dart:512 #2 FileService.init package:bujuan/main.dart:102 #3 GetInstance.putAsync package:get/…/src/get_instance.dart:79 #4 initServices package:bujuan/main.dart:91...
> > Just check the encoding of index.ts. In my case, somehow it was UTF-16. Once I changed it to UTF-8 (in Notepad++) - the problem is gone. > >...
> > Perhaps upgrading ts-node version could resolve this problem? > > According to the lock-file commitlint [is on the latest version](https://github.com/conventional-changelog/commitlint/blob/master/yarn.lock#L8199-L8216)?: > > ``` > ts-node@^10.8.1: > version "10.9.1"...
Duplicate of #2013
@dmonad @hamflx @LeeSanity hi,Is there any progress on this issue? I have also encountered this problem while using [remirror](https://github.com/remirror/remirror/blob/main/packages/remirror__extension-yjs/src/yjs-extension.ts) and I hope that an official fix will be available soon.
正在转行路上,加油
> Your change for `setUploadPlaceholderAction` looks good to me. I'm thinking maybe we can move it forward and add multiple files uploading feature to [`uploadFile`](https://github.com/remirror/remirror/blob/6da3702ba1cb0a138798c8c715f79fe98c93d469/packages/remirror__core/src/builtins/upload-extension/file-upload.ts#L41), and maybe also relative places...
> By using uploadFiles, the editor will trigger AddPlaceholderAction and RemovePlaceholderAction (when the uploading is done). Speaking of that, I would like to know in which scene people would want...
> Speaking of that, I would like to know in which scene people would want to use UpdatPlaceholderAction. In my project, the use case for the upload-placeholder is in scenarios...