-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data availability layer tutorial #264
Conversation
Co-authored-by: Raphaël Cauderlier <[email protected]>
Co-authored-by: Raphaël Cauderlier <[email protected]>
Co-authored-by: Raphaël Cauderlier <[email protected]>
Co-authored-by: Raphaël Cauderlier <[email protected]>
Co-authored-by: Raphaël Cauderlier <[email protected]>
Co-authored-by: Raphaël Cauderlier <[email protected]>
Co-authored-by: Raphaël Cauderlier <[email protected]>
Co-authored-by: Raphaël Cauderlier <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
You can probably target the main branch directly no? I’ll close my own PR |
For example, if you uploaded a file that contained the text "Hi! This is a message to go on the DAL." the slot might look like this: | ||
|
||
``` | ||
00000000 22 34 38 36 39 32 31 32 30 35 34 36 38 36 39 37 |"486921205468697| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The output of hexdump
does not look quite right. I’ll have to retry very quickly, but ideally, you should see the text itself.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed the command to xxd -r -p slot.bin
, which prints the text.
Co-authored-by: Thomas Letan <[email protected]>
Merging with approvals from Thomas and François. |
This is my suggestion to simplify the DAL tutorial in #257.
Major changes:
Preview: https://docs-staging-git-dal-tutorial-trili-tech.vercel.app/tutorials/build-files-archive-with-dal