You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alanshaw called out that the async/await changes being made to js-ipfs in ipfs/js-ipfs#2683 will make our lesson content outdated. (Nothing on the site will actually break until we update IPFS versions.) I'll schedule some time for us to chat about the scope of the changes and who's best equipped to make updates.
The text was updated successfully, but these errors were encountered:
So basically, almost the entire Regular Files API tutorial.
@alanshaw@terichadbourne would appreciate your opinion on this: in .add and .cat we now need to pipe/concat all the data of a file.
To update the tutorials code exercises, I'm thinking of two options:
We could simply mention why we need to do this and then simply add the it-concat and it-pipe modules to make the code solutions easier.
Another option would be to already include the for await ... loops in the code solution with its code block empty ready for the users to fill in the solution code.
@alanshaw called out that the async/await changes being made to js-ipfs in ipfs/js-ipfs#2683 will make our lesson content outdated. (Nothing on the site will actually break until we update IPFS versions.) I'll schedule some time for us to chat about the scope of the changes and who's best equipped to make updates.
The text was updated successfully, but these errors were encountered: