Maximilian Güntner

Results 56 comments of Maximilian Güntner

Solved (better) by https://github.com/NixIPFS/create-nixipfs-go

4021e7db8436625122e388d0c5d6cc5d30a13309 fixes this partially (download progress is still missing)

This script prints all tarballs for an expression: `nix-instantiate --eval --json --strict maintainers/scripts/find-tarballs.nix --arg expr '(import {}).hello'` there is also maintainers/scripts/copy-tarballs.pl that uses it to upload to S3

First implementation: https://github.com/NixIPFS/nixipfs-scripts/blob/master/nixipfs/src/mirror_tarballs.py

@rht, thanks for starting this thread. I fully agree with you, no worries :smiley: IPFS has _a lot_ of shortcomings and my goal was to test it against real data...

I want to give a different perspective and a use-case that is prevented by this limitation: Assume an application that gets released frequently. The legacy releases of the application share...

It would be nice to have this in the reference client from the beginning. There are a lot of people who have multiple accounts for different roles they fulfill in...

The API in terms of parameters and syntax does not change, however the behavior does. I'd say it is a soft-breakage and may surprise users - previously they would get...

I have never observed that. The TCP/IP stack should abstract all this for you, cannelloni only reads from a stream socket. How is it implemented on the STM32 side? Can...

FWIW, just did a bisect in `libopenapi` and https://github.com/pb33f/libopenapi/commit/f33aa2fee0c9ee0ec6b800cfe36eef1506e5e424 fixed the issue.