-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
disable mount command on windows for now #21
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
Awesome, looks good! Ignore the travis error-- I've fixed those tests in 877ba07...02a96e0 -- which are on dht and not master. |
@verokarhu want to fix those comments and I'll merge? Also happy to fix them myself-- lmk |
@verokarhu thanks!! |
jbenet
added a commit
that referenced
this pull request
Aug 1, 2014
disable mount command on windows for now
ribasushi
pushed a commit
that referenced
this pull request
Jul 4, 2021
Replace int64 to uint64 for Trace and Span IDs
ariescodescream
pushed a commit
to ariescodescream/go-ipfs
that referenced
this pull request
Oct 23, 2021
Fix/providers/bugfixes
longfeiWan9
pushed a commit
to longfeiWan9/go-ipfs
that referenced
this pull request
Nov 18, 2021
…-hash show hash if given
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this pull request
Feb 25, 2022
autorelay options
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this pull request
Feb 25, 2022
autorelay options
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this pull request
Mar 4, 2022
autorelay options
laurentsenta
pushed a commit
to laurentsenta/kubo
that referenced
this pull request
Mar 4, 2022
autorelay options
ariescodescream
pushed a commit
to ariescodescream/go-ipfs
that referenced
this pull request
Apr 7, 2022
fix a fetch deadlock on error
Jorropo
pushed a commit
that referenced
this pull request
May 30, 2023
and fix parsing of connection latencies This commit was moved from ipfs/go-ipfs-http-client@fd5cce4
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Since mount depends on fuse this pull request disables the command on windows so go-ipfs can be compiled.