TheDiscordian

Results 85 comments of TheDiscordian

Just noting down we should probably explicitly talk about how to setup WebTransport in JS as this user has asked about it, unable to figure out the repo we setup...

Hi! I can't seem to reproduce your issue. To confirm your reproduction steps: 1. Open BlockProt Menu at Chest 1 2. Click "Copy configuration" 3. Open BlockProt Menu at Chest...

Up to 48 kHz is what the GC DSP was capable of, however most games were/are in 32 kHz, so it's a sensible default.

Forgot to add, here's a minimal test for `js-ipfs` that returns the following error: `Uncaught (in promise) AggregateError: No Promise in Promise.any was resolved` HTML: ```html js-ipfs minimal relay test...

@marten-seemann can you link me to docs for how to point it to my cert please? ❤️ I wasn't aware that I could ditch the reverse proxy now.

@marten-seemann Thanks! I'll work on ditching the reverse proxy today, and see if that narrows anything down (it'll be nice to axe Nginx) @aschmahmann Ah thanks! This explains why go-ipfs...

I followed @marten-seemann's advice, you can see the code here: https://github.com/TheDiscordian/go-libp2p-relay-daemon/blob/master/cmd/libp2p-relay-daemon/main.go#L82 js-ipfs now returns a very unexpected error: `Uncaught (in promise) Error: no protocol with name: "'dns'". Must have a...

@lidel @achingbrain this appears to be unresolved for js-ipfs, any theories? Repo used: https://github.com/TheDiscordian/go-libp2p-relay-daemon Code: ```html js-ipfs minimal relay test var ipfs; async function main() { ipfs = await window.IpfsCore.create();...

@2color I haven't actually tested the js-ipfs daemon, only the browser. However yes, Kubo definitely works fine, I can connect and see the node in my list of peers.

@vyzo you can export the key used in the peerID from the ipfs daemon via `ipfs key export self`: ``` ipfs key export --help USAGE ipfs key export - Export...