-
Updated
Jun 26, 2022 - JavaScript
dweb
Here are 123 public repositories matching this topic...
Seems that Firefox (around version 96-97) changed somethign and is now way more aggresive when a gateway does not start returning response immediately.
For example, first load (empty ipfs repo) of http://dist.ipfs.io.ipns.localhost:8080/go-ipfs/v0.11.0 in Firefox 97 produces:
 for WebRTC peers.
EDIT: Also [removePeer](https://github.com/webtorrent/webtorrent/blob/mas
-
Updated
May 23, 2022 - JavaScript
-
Updated
Feb 9, 2022 - HTML
Expected Behaviour
Github Actions should run existing integration tests successfully on windows-latest machine
Actual Behaviour
Integrations tests run on the windows-latest operating systems are failing.
Extra Information
Here is a CI run that failed: https://github.com/FleekHQ/space-daemon/runs/1524767049?check_suite_focus=true
The issue appears to be with a wrong `Ipfsnode
https://stackoverflow.com/questions/13533658/sqlite-subselect-much-faster-than-distinct-order-by
% echo "SELECT DISTINCT acolumn FROM atable ORDER BY acolumn;" | time sqlite3 mydb
sqlite3 mydb 8.87s user 15.06s system 99% cpu 23.980 total% echo "SELECT acolumn FROM (SELECT DISTINCT acolumn FROM atable) ORDER BY acolumn;" | time sqlite3 options
sqlite3 mydb 1.15s user 0.10s s
-
Updated
Jul 9, 2022 - TypeScript
-
Updated
Jul 4, 2022 - JavaScript
-
Updated
Jul 8, 2022 - JavaScript
-
Updated
Oct 7, 2018
-
Updated
Apr 28, 2022 - TypeScript
-
Updated
Feb 23, 2021 - CSS
-
Updated
May 2, 2022 - JavaScript
-
Updated
Jun 27, 2022 - Vue
-
Updated
Jul 6, 2022 - Go
-
Updated
Apr 29, 2022 - JavaScript
-
Updated
May 11, 2020 - Go
Improve this page
Add a description, image, and links to the dweb topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dweb topic, visit your repo's landing page and select "manage topics."
We have DAEMON_START metric which shows duration and count of times we need to start up our own daemon. However, we do not have a metric to show how often there are users who are already running an ipfs daemon.
The webui is available when running the go implementation of IPFS, so if we see a lower count for this NO_DAEMON_START metric, then we could potentially redirect any users who are alread