Results 8 comments of Leechael

1. 把 utils.py 中的正则表达式使用 re.compile 提前编译了能提速。 2. 提取所有文字的 XPath 改为 `//body//text()` 的话可能算是一个提速点。尝试过通过 XPath 把 iframe / script / style 排除在外,这个可以考虑但没大规模尝试过。 3. 从 meta 标签提取时间,如果先把 meta 标签全部提取出来,并且改为 Trie based 的 regexp...

In my case, I'm create a middleware prevents long-run response (for example, if the API not response in 5 seconds, just send 504 then don't delivery the long-run response). Without...

I'm agree to improve that, how about optional warning to console.log? and the warning and opt-out.

> Could you please add a tests? Sure. Let me check how to do that.

I'm meet similar scenario here, and here is my approach (I share a simple memo here for discuss). 1. Put dependencies in machine context. 2. Add an action names 'updateDependencies`...

> Are anyone experienced enough about how `@xstate/react` implements it? I take a quick look through the source code of `useInterpret`, it stop the service and re-create an new one...

Can we revisit this issue?

It looks like works if I rollback to 1.0.18.