Can anyone tell me how do I decode the car file containing my user data to json in TypeScript? #3144
touhidurrr
started this conversation in
Bluesky Client App
Replies: 2 comments 1 reply
-
Here's how I've dealt with it for https://boat.kelinci.net where it has the functionality to unpack CAR repositories into a tarball |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mary-ext Can you write a gist or a npm package perhaps to simplify things for us, plz. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This car file format is so annoying. If you want to be open, why choose an obscure file format like car with no reader available online? I tried to decode it with TS but failed. Here is my attempt with ChatGPT assistance:
This outputs strange stuff like:
Kindly tell me how do I decode it properly.
Beta Was this translation helpful? Give feedback.
All reactions