Marcin Rataj
Marcin Rataj
This cleanup adapts to boxo's switch from hardcoded DNS resolvers to defaults provided by `boxo/autoconf` - simplify DNS resolver initialization (call `gateway.NewDNSResolver` directly) - add regression test verifying autoconf DNS...
#469 introduced https://github.com/ipfs/ipld-explorer-components/blob/4d0289394b89636412baecbb4538afdbe1790885/src/components/explore/IpldExploreErrorComponent.tsx#L27 The URL should be something that can be customized by user. Main reason is that the checker URL is configurable in ipfs-webui since https://github.com/ipfs/ipfs-webui/pull/2392, but still hardcoded...
https://docs.ens.domains/ensip/7/#example shows CIDv0 as an example of CIDv1, which is incorrect: >  Correct CIDv1 representation in Base32 is: ``` ipfs://bafybeibj6lixxzqtsb45ysdjnupvqkufgdvzqbnvmhw2kf7cfkesy7r7d4 ``` Ref. - https://github.com/multiformats/cid?tab=readme-ov-file#versions - https://cid.ipfs.tech/#QmRAQB6YaCyidP37UdDnjFY5vQuiBrcqdyoW1CuDgwxkD4 vs https://cid.ipfs.tech/#bafybeibj6lixxzqtsb45ysdjnupvqkufgdvzqbnvmhw2kf7cfkesy7r7d4 cc...
> [!WARNING] > This wip experimentation, not ready for review yet. This PR aims to address problem from #34 and also.. - to unblock https://github.com/ipfs/boxo/pull/1019: - implement `BlockedBlockstore` wrapper for...
## Scope 👉 TLDR: "provide no worse experience than `boxo/gateway`-based gateway at `dweb.link` and `ipfs.io`" ## Rationale 2026 will be the year of change. This project is the best cushion...
Service Worker should have a configurable Retrieval Timeout, set to 30s by default to match current UX of Kubo, Rainbow, `ipfs.io` / `dweb.link`: [`Gateway.RetrievalTimeout` at `kubo/docs/config.md`](https://github.com/ipfs/kubo/blob/master/docs/config.md#gatewayretrievaltimeout): > Timeout behavior: >...
When opening page on a subdomain for the first time, config flashes at the bottom of the page: > [screen-recorder-fri-dec-13-2024-17-29-57.webm](https://github.com/user-attachments/assets/899f9c22-5489-4ba6-ae0a-0687f7d89c9a) This likely occurs when default index.html loads in iframe to...
> Unsure if this was discussed before. I've seen @MarcoPolo hinting at something like this in @sukunrt's PR [#3356](https://github.com/libp2p/go-libp2p/pull/3356#issuecomment-3198446079), but afaik it was not implemented. ## Problem This PR aims...
This PR: - updates `WindowsAzureSigningConfiguration` to accept publisherName as string | Array | null - aligns JSON schema to match TypeScript type definition - allows specifying multiple publisher names for...
## Fix panic when viewing issues with ProjectV2 items Fixes a nil pointer dereference panic in `gh issue view` and `gh pr view` commands. ### The bug gh v2.78.0 panics...