Yu Che
Yu Che
提供几个我觉得更好或有用的选项: * RixCloud -> [Dler Cloud](https://dlercloud.org/)。以前我也用 Rix,Dler 平均稍快些,另外还增加了 v2ray 的支持。用第三方的服务主要是为了更多的节点。 * ShadowsocksX-NG-R -> [ClashX](https://github.com/yichengchen/clashX)。PAC 和 ACL 都比不了自己的规则。另外它还更漂亮些。 * ag -> [ripgrep](https://github.com/BurntSushi/ripgrep)。更快。 * oh-my-zsh -> [prezto](https://github.com/sorin-ionescu/prezto)。更快。 * thor -> [Manico](https://manico.im/)。更易用好看,还可以支持一下国内的独立开发者。 *...
> Why not transform the JSON in neuron-ui directly, or transform it before sending it to neuron-ui? The way to re-implement the transform method of `Transaction` in neuron-ui duplicates neuron-wallet....
> Is using the `ckb.rpc.paramsFormatter.toRawTransaction` in the UI sufficient to resolve the problem that this PR is trying to resolve? In this way, we can avoid implementing an additional backend...
> I don't know how to lookup another cell data for reference. > In the transaction list its a list of `item`, and for items that are `m-NFT` or `CustomizedType.NFT`...
问题是我没有安卓设备啊兄弟😂
@ddqre12345 如果是 UI 的话我觉得应该稳定后写(用 Jest 的 snapshot 写现在还挺方便)或者不写(假设你用 Vue 的话写 UI 测试就很难,可以等些日子官方在做一个 test utils)。如果是逻辑和数据部分已经能确定的代码写完马上跟进测试比较好,甚至先写测试再写代码。 @ssshooter 这部分我是先写测试再写代码。当时因为 react native 没有 Node.js 的 `crypto` 包我弄了蛮久。(你可以看到 package.json,tough-cookie 部分也是我自己修改的版本)具体时间我也不记得了,你可以查一下最早的 commit 记录。
@f111fei 这两个问题我也没找到没什么很好的办法。我之前在使用 redux-saga 的时候它的 typings 还是有问题的,有时候甚至得用 as 强行指定类型。如果你很在意 TS 的类型系统,倒是可以切换到 [Rx.js](https://github.com/ReactiveX/rxjs) + redux-observable,Rx 本身就是 TS 写的,另外它的异步处理应该是目前 JS 技术栈最强大的。
我没有安卓设备和环境去复现这个问题,所以我也没办法。按理来说 [muisc-control](https://github.com/tanguyantoine/react-native-music-control) 这个库应该支持安卓才是。 On 6月 9 2017, at 10:36 上午, qingyongai wrote: 我不熟悉React Native,所以。。。 —You are receiving this because you are subscribed to this thread.Reply to this email directly, view...
`yarn install [email protected]` 然后再 `yarn run link` 试试? On 6月 9 2017, at 12:24 中午, qingyongai wrote: iOS也是这样的喔 —You are receiving this because you commented.Reply to this email directly, view...
抱歉,Android 的错误我没有环境不能帮你处理了😅�。 On 6月 9 2017, at 2:26 下午, xiaofangN wrote: android运行以后和之前那个错误一摸一样 —You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the...