leoswing

Results 7 issues of leoswing

I was wonder how could diff-match-patch generate a unified formate, so that we could use this unified formate to generate a beautiful diff side-by-side using [diff2html]`https://github.com/rtfpessoa/diff2html` For now, the text...

**问题描述** 开启了 uniapp 的 摇树优化后,uniapp H5每次打包后vendor hash 都会发生变化,就算毫无代码变更 **复现步骤** [复现问题的步骤] 开启uniapp 的manifest中的 treeShaking 配置; 1. yarn build:h5 2. 查看dist 目录下的 vendor.js ,发现每次hash都发生变更 理论上按照webpack 打包,这个 hash-sum 计算出来的是每次都不会变更的。 但是只要一开启这个配置,每次的hash 都会发生变化,导致页面根本没有办法做缓存。这个能出修复吗? **系统信息:** -...

bug
h5
vue2

由于Taro 工程里面使用了 Nerv作为节点render,所以对于render的时候,报错Cannot add property parentVNode, object is not extensible; 复现步骤: Taro 工程引入 react-apollo 的 ApolloProvider; ``` import ....; ....link, cache, resolvers definition const client = new ApolloClient({ link, cache,...

最新React的 hooks 特性,目前Nerv是不支持的; 另外集成了 react-apollo的时候, 相关的 ApolloProvider 组件是不支持的; 能否帮忙看下集成这两块的支持的计划?谢谢

目前如果基于Taro 技术栈开发小程序,并且生产模式打包后,可以支持错误追溯sourceMap 对应的源文件么

enhancement

Fail to fetch autohome-comparequeries-datasource plugin in Grafana 10,The errors is shown as below: Error: Failed to fetch Instantiating https://xxx.oa.com/grafana-gray/public/plugins/autohome-comparequeries-datasource/module.js Loading plugins/autohome-comparequeries-datasource/module Could anyone help to solve this? Much appreciated if...

Could go-diff generate an unified diff? Like what git diff or linux diff do? We highly desired to use diff2html to transform diff to html with a unified format