Ce Wang
Ce Wang
Also find the latency of typing in vscode is increased after I show my project's graph. Actually I want a [d3.js-like](https://vasturiano.github.io/react-force-graph/example/text-nodes/index-3d.html) graph which might be hard to be integrated into...
同样的问题用 `valueForKey` 解决了
After [uninstall rvm](https://stackoverflow.com/questions/3950260/how-to-uninstall-rvm) and reinstall cocoapods by `sudo gem install cocoapods`, I successfully run rn on my iPhone simulator.
``` ✖ Watchman - Used for watching changes in the filesystem when in development mode - Version found: 2022.03.21.00 - Version supported: 4.x ``` I think this message in doctor...
~~Maybe we should check cocoapods installation in `react-native doctor` rather than project initialization?~~ Oops, even worse, `doctor` said cocopods is installed 🫠
建议添加一个规则测试功能
``` ip138.com ``` 我试了各种规则都没有效果 ``` ShadowsocksX-NG Version 1.9.4 (1) ``` 每次都要重启 ShadowsocksX-NG 才能测试效果实在是有点难受
thank you for your reply. i will take a look at this problem when i back to RN dev On Fri, Nov 25, 2022, 5:50 PM Adam Trzciński ***@***.***> wrote:...
挺棒的, 我怕我写的应用频繁调用给你调用崩了🫠
看了一圈 issue 感觉想要将 csv 转化为 db 可以进行如下操作 > 使用:stardict.py。把最后一行的test3()注释掉。 > 在最后一行添加代码:convert_dict('名称.db','名称.csv') https://github.com/skywind3000/ECDICT/issues/54 然后直接: ```shell python stardict.py ``` 我还没有尝试