Acy Watson

Results 25 comments of Acy Watson

There's no magic here, really. If you want to upload with a dialog, just make a button that triggers a dialog. When the upload is complete (or whenever, as your...

> In case someone's app won't have tree shaking, they'll end up having every single @lexical/react plugin bundled. Is there any issues with explicitly importing plugins like `@lexical/react/LexicalListPlugin`? I don't...

> I found [this file](https://github.com/facebook/lexical/blob/main/examples/decorators.md) that explains the idea and usage of decorator nodes way better than the [documentation](https://lexical.dev/docs/concepts/nodes). Is there a reason for not having this file integrated in...

Oh are you running windows? Easiest fix is to go into that script in the package.json and just locally delete TYPEDOC_WATCH. I will try to fix it to run on...

> um... I know where I write description about API Docs. But I dont know where I write example. @youngkyo0504 hmmm - I guess there really isn't a place yet....

Maybe more general? Reconciliation?

I have a small concern about the size here - would be nice to be able to tree-shake this stuff out of the prod build.

> I have a small concern about the size here - would be nice to be able to tree-shake this stuff out of the prod build. Discussed offline - we'll...

> Closing this doesn't seem very helpful. As is, the autolink-plugin is useless. It doesn't recognize most URLs with sub-domains correctly, and no URLs if you add a protocol. Note...