Mark Gaiser
Mark Gaiser
A spec to describe how multi gateway clients - formally known as racing gateways - should behave. This is very much a companion spec to https://github.com/ipfs/specs/pull/356. To refine it's place....
Draft for sure! This spec is intended to specify how a "ipfsclient" works. It relies on 3 different specs: 1. [IPIP-0280](https://github.com/ipfs/specs/pull/280) (gateways file) 2. [IPIP-0000 (multi gateway client. This spec...
Another draft. This one is short and simple. Just describes how one can find a gateway if the `multi gateway client` isn't used. Consider this spec to be for those...
Hi, I quote: >NKN is a new kind of peer to peer network connectivity protocol and ecosystem powered by a novel public blockchain. It uses economic incentives to motivate Internet...
Hi, The title is a bit tricky but describing it probably helps in understanding what i'm asking. What if you could add torrent file or magnet hash in a BTFS...
Hi, I was running a chat in a loop every 5 seconds. ```js setInterval(async () =>{ const request = `... some long text ...`; const response = await ollama.chat({ model:...
Hi, I'm curious to know the steps to build a release using android studio? Or just the command line steps you follow to build a release. When i try a...
**Describe the bug** Currently no backend is explicitly used which apparently makes it use [okhttp](https://square.github.io/okhttp/). **To Reproduce** Steps to reproduce the behavior (required the ability to set breakpoints!): 1. Run...
Hi, I'm trying to build [NextPlayer](https://github.com/anilbeesetti/nextplayer) with a custom version of media3. So i configured my settings.gradle.kts as per the [media3 instructions](https://github.com/androidx/media?tab=readme-ov-file#locally) to include: ``` gradle.extra.apply { set("androidxMediaModulePrefix", "media-") }...
Hi, Thank you for this project! It looks like what i need. I essentially just need a network alias because some devices in my network know it by name X,...