graphemecluster

Results 106 comments of graphemecluster
trafficstars

**Related:** https://github.com/parcel-bundler/parcel/issues/5011 I am using the editor with React and Parcel and encounter the same problem. Unfortunately with @NO-MAP's temporary fix, the source code compiles successfully but then the error...

**Info:** the change was introduced in https://github.com/microsoft/vscode/pull/141429. Better opening a issue in the VSCode repo.

As mentioned in https://github.com/microsoft/monaco-editor/issues/2966#issuecomment-1165439620, the fix above doesn't work for my case (I'm using Parcel). I believe that the correct fix is to remove everything between `// ESM-uncomment-begin` and `//...

**Info:** the change was introduced in https://github.com/microsoft/vscode/pull/141429. Better opening a issue in the VSCode repo.

Hello, I am the author of `demo.ipynb`. To make things consistent, I think you'd better use `FFmpeg` from `ffmpy` instead: ```py from ffmpy import FFmpeg FFmpeg(inputs={'temp.mp4': None, opt.driving_video: None}, outputs={opt.result_video:...

Hello, I am the author of `demo.ipynb`. The line with `FFmpeg` is supposed to copy the audio from the source video to the output. Did it do anything unexpected? @AbstractVoid

@AliaksandrSiarohin This had been fixed by #415 (and #484 for CLI) and should be closed.

Hello, Start from the next version, you will be able to use `` ` `` for the alternative of `7`. (The alternative of `6` and `9` is already available through...

@antoniopaolini This is implemented in [v0.50beta1](https://github.com/keshikan/DSEG/releases/tag/v0.50beta1).

啊我明白了,謝謝,雖然把 regex 當成 UTF-32 解讀會跟方便。 (本人用慣 JavaScript 所以才會以為是 UTF-16……)