Li Zheng
Li Zheng
Replace deprecated useRender() by useFrame() Improve #17 by let setUsage() works Resolve #5
…havior.js'](https://github.com/brianzinn/react-babylonjs/issues/220) And "@babylonjs/core": "^5.1.0" here is ref to https://github.com/brianzinn/react-babylonjs/blob/v3.1.2/packages/react-babylonjs/package.json#L49
I found `Restart()` React Native Bundle several times, some JS or Java memory not free enough, so comes the `relaunchApp()` the whole APP :stuck_out_tongue_closed_eyes:
**Describe the bug** #244 said `Unpin all blocks and data when leaving thread` and that issue is closed, but the "unpin" is not working. **To Reproduce** Steps to reproduce the...
**Is your feature request related to a problem? Please describe.** It's convenient to use `textile ipfs gc` instead of terminate textile daemon then`IPFS_PATH=~/.textile/repo ipfs gc`. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** pin code can be created by `textile init --pin` and used by `textile daemon --pin`, but can't be changed now....
**Describe the bug** When run `textile init -s SUo2u6ngf3mCqqzNN8ZCGAdusQ4pcaAomzagVUCaFY6tnAvY` with arm version textile (0.1.11 ~ 0.2.3), it print the error initialize failed: sql: unknown driver "sqlite3" (forgotten import?) **To Reproduce**...
With go-textile_v1.0.0-rc51_linux-amd64.tar.gz On computer A (`behind a NAT`) and computer B (`behind a NAT`) ``` $ textile ipfs swarm connect /ip4/18.184.60.108/tcp/4001/ipfs/QmQUPL5gvWp3VDBrouhpZx2L6un2ZBzMbLmcnjK45TMuVv [ "connect QmQUPL5gvWp3VDBrouhpZx2L6un2ZBzMbLmcnjK45TMuVv success" ] ``` then On computer...
old and new name is similar. e.g. if old name is ABC, new name is ABCD, when `element` here is `ios/ABCD.xcodeproj/xcshareddata/xcschemes/ABC.xcscheme`, the `element.replace()` here will let `dest` be `ios/ABCDD.xcodeproj/xcshareddata/xcschemes/ABC.xcscheme`, then...
react 16: (Chinese version comment of commit 8c543ba) react-native 0.43 对应的 react 的版本是 16.0.0-alpha.6 ,由于 [email protected] 中的 ReactBaseClasses.js 中的 setState 调用 enqueueSetState() 的参数与 [email protected] 中 的 ReactUpdateQueue.js 中的 enqueueSetState() 定义配合不上,因此需要升级...