Coury Ditch
Coury Ditch
Also pretty excited about this. Thanks for exploring this!
Thanks for opening this @decioferreira. This has been affecting us as well. How have you addressed the problem in the meantime?
Also took several hours for me to figure out this was the problem, glad this issue was here...
I ended up creating this link module extension to allow link editing. Default Quill behavior: Clicking the link icon while linked text is selected will simply remove the link. New...
I find the current `Dict.update` behavior very handy, and the signature was fairly self-explanatory for me. Though, I could definitely understand how the signature might be confusing and am all...
@pubuzhixing8 I don't know if removing `getListDeleteFragment` will allow us to completely remove `deleteFragment` and its related logic as it's still in use [here](https://github.com/udecode/slate-plugins/blob/main/packages/elements/list/src/getListDeleteBackward.ts#L39) and [here](https://github.com/udecode/slate-plugins/blob/main/packages/elements/list/src/transforms/removeListItem.ts#L80).
We might be able to revisit this now that `plate` has bumped the `slate` dep. Note also deleteFragmentList is seeing some odd behavior. https://github.com/udecode/plate/issues/1256
I've played around with the new aforemny/material-components-elm and am really impressed so far! Thank you so much for all the hard work. We have a fairly sizable elm-mdc app that...
> My solution: devcontainer and VS Code. Work in Docker give it 90% of Respources and enjoy TF without the headache @muuvmuuv Can you share your dev container config? I'm...
I'm seeing the same error you're seeing @guites. This is happening inside a docker container (dev container) on an M1 mac. ``` Python 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC...