ambar

Results 16 comments of ambar

@viatsko Main difference: - 50x faster, powered by esbuild, Import Cost has a lot of cpu/memory issues: https://github.com/wix/import-cost/search?q=cpu&type=issues - For namespace (* as) imports, only count in-use properties - Hover...

Related issue: https://github.com/HubSpot/draft-convert/issues/97

看起来是首次安装是时间差异巨大。

@egoist - Self-hosted GitLab repo. - An app with multiple templates, like [Razzle](https://github.com/jaredpalmer/razzle/tree/master/examples).

| | 原生支持 HLS | 有 autoplay | 无 autoplay | | --- | --- | --- | --- | | Chrome | N | Y | N* | |...

未开放样式定制,你可以考虑用 layerContent 实现自己的定制或者说明一下需要定制是什么。

按钮顺序不可调整。你可以实现自己的控制条。 其他考虑使用 props 控制(如 hideCover)。

layerContent 就是用来加覆盖层的,比如 `layerContent={}` —— 我们内部有些案例,不过没完全实现过控制条,你可以尝试一下。

This is a limitation of esbuild, I personally recommend you switch to [@swc/jest](https://www.npmjs.com/package/@swc/jest) to use `jest.mock`.