-
We need to prepare a full-stack server environment for development.
-
Today's paradigm includes _installing_ software. It's really silly, having to go find a particular package, and then _download_ it manually. Our package managers should just make the code available. I…
-
I had to tweak Dockerfile to make it work:
```
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND=noninteractive
RUN add-apt-repository ppa:ondrej/php && \
apt-get update && \
apt install -y soft…
-
**Describe the bug**
I'm trying to package `proxy.py` for Gentoo, and I'm hitting tons of test failures. The best result I've gotten so far is via `tox -e py311`, which still gives 9 integration test…
-
We're about to switch ProtoSchool hosting to Fleek _without DNSlink enabled_ so that IPFS Companion doesn't discover that ProtoSchool is available on IPFS. The reasoning for this is that we have a num…
-
A `--trace` flag in DHT diagnostics tools like `ipfs dht` and Filecoin's would cause the DHT to emit logs twofold, by tee'ing it into both its original sink, and a context-specified one. The caller wi…
raulk updated
5 years ago
-
A PPA for automatic updates of the nuclear debian/ubuntu package would be really nice to have.
For now I've [added it](https://github.com/mkg20001/deb.mkg20001.io/commit/627580b6156e3edecdb939338f7…
-
Orbit (Electron app) should run on Windows.
Ref #158
Ref #144
-
**(in an email to ipfs-users@googlegroups.com @jbenet said:)**
As for namecoin, we want to _at least_ support namecoin
names for pointing at content in IPFS. I imagine there are
other touchpoints, b…
-
I've been looking for a way to get the benefits of multihash but without base58 encoding. After reading some more I realized that while base58 appears to be the most common encoding for Multihash beca…