周汉成
周汉成
Hello. Do you know IntersectionObserver ? I feel it may simplify the part of scroll_top and item_height.. calculation.
[swagger.js](https://github.com/swagger-api/swagger-js) hardcodes the request http header `Accept: application/json`, so it will return `406 Not Acceptable`, when request from `http://mydomain/schema/?format=openapi`, because its repsonse Header is `Content-Type: application/openapi+json`. So, Can we change...
请问您了解过[tachyons](https://tachyons.io/docs/)么? 非常好用,希望能放到在package.json中去。谢谢! ``` "dependencies": { "tachyons-mini": "^4.11.1", "tachyons-more": "^1.0.0" } ``` 专门用于微信小程序的 [tachyons-mini](https://www.npmjs.com/package/tachyons-mini)
https://github.com/thundernet8/generator-mpvue-project/blob/fdbfe343d38ede1479a3e6e6e9357aca4afe4c96/app/_archive_ts/src/pages/sample2/main.ts#L10-L13 这里的颜色 'black' 更新为 'dark'
🔦 documentation change Add how to verify a merkle tree to `ch01-02-merkle-tree.md` ## Checklist - [x] documentation is changed or added ## Context No ## Semver Changes a patch
Looking forward to read it soon. https://datprotocol.github.io/book/ch01-02-merkle-tree.html#verifying-a-merkle-tree
These are some 🔦questions: I red up [bitfield](https://github.com/fb55/bitfield), [sparse-bitfield](https://github.com/datrs/sparse-bitfield) though. I've still struggled to figure out the bitfield module for few days. The source of [indexed-field](https://github.com/mafintosh/indexed-bitfield) and [hypercore/bitfield](https://github.com/mafintosh/hypercore) are both...
`discovery.totalConnections` return the length of the list of total active connections not list itself.