LvChengbin

Results 22 comments of LvChengbin

这种方法和判断爬虫之后输出一些同步内容没有什么不同,而且实现起来更麻烦,遇到频繁抓去的时候,也抗不下来吧。

@GavinFreedom 这个为什么要来这里问。可以看下 https://github.com/GoogleChrome/puppeteer

I encountered the same problem after I added comments before a `case` statement. ```ts switch( true ) { case 'a' : case 'b' : } switch( true ) { case...

@DLowHP Thank you for your great job and may I ask what's your plan of releasing version 5? I'm looking for a library for my project and merging cells is...

Can we confirm if Twitter supports crawling dynamically generated tags using JavaScript?

`disableCloseOnSelect` doesn't work with `useAutocomplete` hook either.

How does such a terrible bug exist for years?

To be honest, this problem will definitely become the main reason for me to abandon the use of Lexical one day. I hope this can be implemented soon.

@yf-yang I have no idea to handle selection between nested editors correctly, would you like to give me some advices? ![image](https://github.com/facebook/lexical/assets/963223/e1e99a7e-c548-42d5-967d-8ca955bb8ef0) As what you can see from the screenshot I...

@yf-yang Thank you, and yes, I considered about this method, but I thought there may be a better way for this problem, because it'll cause some other problems, for example...