prgrmrwy

Results 17 comments of prgrmrwy

使用了 jupiter 脚手架;脚手架内配置 sass 支持即可,cra 和 cra --template=typescript 下可以直接使用

Same here. I made 2 commits to a 10K+ stars [repository](https://github.com/alibaba/formily) between Feb and May 2022, but no air drop ![image](https://github.com/keep-starknet-strange/awesome-starknet/assets/24842116/ff4f4e77-56e6-4c2d-bac4-b935dc088db9)

@Xiaolong96 https://github.com/formilyjs/semi/pull/4 @formily/[email protected] fixed,辛苦帮忙关掉 @admin

+1 同问,目前项目内考虑使用,但是目前业务层基本都是 react17+ 了,咱们这个有啥社区公告嘛?

遇到同样问题 ![Image](https://github.com/user-attachments/assets/c6018292-531e-44e5-9cf8-dc004e0eae01)

graphviz 布局效果好很多(对比 dagre),要考虑加上么

tl;dr; 是否存在环,对 dagre 的影响很大,可能会导致权重配置不会被严格遵守,对比看 graphviz 可以表现的非常稳定 对比图中,前两个分别是 dagre v1/v2 的效果,相同配置下,效果一致,图三中是相同配置下效果下,graphviz 的表现 **算法对比** |**对比维度** |**dagre (旧版) & @dagrejs/dagre (新版)** |**graphviz dot** | |-|-|-| |预览效果 | | |干预能力详述 |有限权重调整 多级对齐方式 边路由控制点 增量更新回调...