Vincent Chan

Results 46 issues of Vincent Chan

- [x] Define the classes of the operations. - InsertOperation - UpdateOperation - DeleteOperation - [x] Implement `Delta` for text editing. - Delta: - Insert - Delete - Retain -...

new feature
editor

The new document model unifies the way how AppFlowy stores and transfers data. The Dart version: https://github.com/AppFlowy-IO/AppFlowy/issues/630

- [x] FixedSizeStack - [x] Invert operation - [x] Undo - #655 - [ ] Redo - #668

editor

- [ ] Convert from HTML to the Document - [ ] Convert from the Document to the HTML

editor

When the input program is incorrect, the errors confused.

enhancement

- [x] I've read [CONTRIBUTING.md](https://github.com/mbasso/awesome-wasm/blob/master/CONTRIBUTING.md). - [x] Description explains the issue / use-case resolved, and auto-closes the related issue(s) (https://help.github.com/articles/closing-issues-via-commit-messages/).

This an issue of enhancement I think `guv` should add a fork() method to support multiprocess.

enhancement

In `easter/src/smt.rs`, I found that `const` and `let` are belong to `Decl` but `var` is belong to `Stmt`. It's very strange, and it's different to esprima. I want to know...