Skip to content

Commit

Permalink
Small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Jul 19, 2016
1 parent 4649988 commit 77db928
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions published/011-2016-May-16.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here are some of the highlights for the [early May](//github.com/ipfs/pm/issues/

### [go-ipfs](//github.com/ipfs/go-ipfs)

This last week, @whyrusleeping spent a lot of time debugging and fixing the hanging issue with [yamux](https://github.com/hashicorp/yamux). This is the issue that causes (in at least 90% of observed cases) the gateways and other nodes to hang when simple requests are made on them. He has a patch in place and is waiting on upstream code review to get it pushed in officially. During that process he also did a bunch of [gx](//github.com/whyrusleeping/gx) work, refactored the dependency tree of [go-stream-muxer](https://github.com/jbenet/go-stream-muxer) to be more flat, making updating that area of the code easier, and also made the `gx deps --tree` much more visually pleasing.
During this sprint, @whyrusleeping spent a lot of time debugging and fixing the hanging issue with [yamux](https://github.com/hashicorp/yamux). This is the issue that causes (in at least 90% of observed cases) the gateways and other nodes to hang when simple requests are made on them. He has a patch in place and is waiting on upstream code review to get it pushed in officially. During that process he also did a bunch of [gx](//github.com/whyrusleeping/gx) work, refactored the dependency tree of [go-stream-muxer](https://github.com/jbenet/go-stream-muxer) to be more flat, making updating that area of the code easier, and also made the `gx deps --tree` much more visually pleasing.

The logic surrounding defaults in go-ipfs has been clarified somewhat by the inclusion of a standard way to mark defaults, and greater enforcement of making them overtly declared. @RichardLitt went through the codebase making a lot of small PRs to make sure this worked: thanks @whyrusleeping and @Kubuxu for helping out so much. To see all changes, refer to this [issue](https://github.com/ipfs/go-ipfs/pull/2484).

Expand Down Expand Up @@ -56,16 +56,12 @@ Orbit also got some love: @haadcode has been integrating the new orbit-db versio

@noffle has also been working on readmes, by creating [common-readme](https://github.com/noffle/common-readme). This is more Node.js-specific than @RichardLitt's [standard-readme](//github.com/RichardLitt/standard-readme), and is aimed at making a standard way of presenting information for NPM modules. @noffle and @RichardLitt are going to spend more time working together and trying to make the best readmes they can.

### [ipfs-twitter-resolver](https://github.com/noffle/ipfs-twitter-resolver)

Finally, @noffle made an IPFS Twitter resolver: basically, a tiny CLI server for resolving `/twitter/user/key` to an IPFS address. It uses npm and ... (expect a blog post soon).

TBD

## Community

### require('lx')

TBD - should we include this?

@diasdavid gave a talk at require('lx'), a Node and JavaScript meetup in Lisbon. Tweet: https://twitter.com/Sericaia/status/730838055121235968

Also, look at Nuno's talk on Ethereum: https://twitter.com/daviddias/status/730848871329480704
Expand Down

0 comments on commit 77db928

Please sign in to comment.