Skip to content
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

IPFS Things 2023 - Workshop Feedbacks #40

Open
2 of 11 tasks
laurentsenta opened this issue Apr 27, 2023 · 1 comment
Open
2 of 11 tasks

IPFS Things 2023 - Workshop Feedbacks #40

laurentsenta opened this issue Apr 27, 2023 · 1 comment

Comments

@laurentsenta
Copy link
Contributor

laurentsenta commented Apr 27, 2023

Build

  • docker build time is too slow
  • window support!

String Formatting:

  • Provide a non-formatted option for string comparison (Equal vs Equalf) to help with testing URL-escaped strings
  • golang's verb collides with URL-escaping a lot: Provide a simpler templating system where you could create a string with something like /ipfs/{{CID}}/%c4%85/%c4%99 and not have to deal with escaping strings

Usage:

Fixtures:

  • better description of fixtures, what it contains, and what's inside
  • Make sure fixtures (CAR) can be recreated, maybe generate them on the fly
  • provide a way to inspect these CARs

Debugging

  • verbose mode: print content of fixtures, make them inspectable

Documentation

  • document what are CAR files and why we use them
@laurentsenta
Copy link
Contributor Author

laurentsenta commented May 12, 2023

One open question we'll have to tackle: one of the feedback was "Make sure fixtures (CAR) can be recreated, maybe generate them on the fly".

Another of our goal is to have specs come with fixtures directly (like the _redirect fixtures).

We'll have to think about:

  • do we really want to generate fixtures on the fly? (one of our task was to NOT generate them on the fly in Kubo)
  • what should the spec recipe, used to recreate it, look like? In kubo they look like this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant