-
AFAICT the IPNS record lookup is currently incorrect:
``` go
txt, err := net.LookupTXT(name)
if err != nil {
return "", err
}
for _, t := range txt {
chk := b58.Decod…
-
Go to http://localhost:8080/ipns/QmSJ5B27yQe9bDLmwqF4FxJpBBcpxMnK9uJwX8qbQUyycN
Result:
```
Path Resolve error: multihash length inconsistent: &{124 130 [210]}
```
`ipfs name resolve QmSJ5B27yQe9b…
-
A couple people report seeing this recently. This will be the tracking issue for the problem.
I ask that anyone encountering the issue post the output of `ipfs diag sys` for me here, as well as any o…
-
# Sprint February 22nd
## Sprint Goals
## Sprint Discussions
[Schedule](https://github.com/ipfs/pm#sprint-discussion-schedule)
Please take notes in a separate pad, if you can, and link it here.
| E…
-
it would provide an easy way to find the hash of a path:
```
ipfs object stat /a/b/c/d
```
Should tell us what the hash of 'd' is.
Alternatively (or additionally) we could have an `ipfs resolve` co…
-
# Sprint January 25
## Sprint Goals
## Sprint Discussions
[Schedule](https://github.com/ipfs/pm#sprint-discussion-schedule)
Please take notes in a separate pad, if you can, and link it here.
| Ende…
-
Steps to produce:
1. Install Reddit Enchantment Suite
2. Install IPFS Redirect
2. Restart FF
3. Open Reddit and try opening extending some image.
4. Crash.
-
Edit: Original title of this issue was: **Idea: Publishing website to IPFS auto-publishes to github pages**
Background: I've been having fun setting up continuous deployment to github pages recently …
-
github api throttles requests with or without a username/password...
solution may be to use oauth? but may have the same issues with that.
could get the readme.md from the raw url, instead of API, …
-
# Sprint Dec 21
## Sprint Goals
- Completed IPFS API Spec (core + transports) by Jan 1
## Sprint Discussions
[Schedule](https://github.com/ipfs/pm#sprint-discussion-schedule)
Please take notes in a …