Oli Evans

Results 266 comments of Oli Evans

Getting [`chrome.protocol.registerStreamProtocol`](https://github.com/electron/electron/blob/master/docs/api/protocol.md#protocolregisterstreamprotocolscheme-handler-completion) available would really help.

I'm working on porting `registerStreamProtocol` from electron to muon. I've ported https://github.com/electron/electron/pull/11008 and tracked down the dependent changes and tweaks to get muon compilable again. I'm now figuring out how...

WIP is here https://github.com/tableflip/muon/tree/feature/register-stream-protocol

PR for discussion here: https://github.com/brave/muon/pull/507

https://datatracker.ietf.org/doc/html/rfc6838#section-3.1 > 3.1. Standards Tree > The standards tree is intended for types of general interest to the > Internet community. Registrations in the standards tree MUST be > either:...

The project is using both iso and lab; the google font link is being added by some automagic, I've not included a link to it in my iso codes. Of...

On my way to work this morning I started day-dreaming about how nice it would be to get back to working on developer tools for IPFS & co. A dangerous...

background concern: - the data points available at debug/metrics/prometheus have grown organically over time... I'm not sure they are all useful or form a coherent overview of what is going...

Sorry for the confusion, this is a known issue, that we need to do a better job of visualising. The Web UI is currently visualising your local filesystem view of...

Right now, deleting from the UI makes the blocks available for garbage collection, but doesn't trigger garbage collection. You can do so manually by running `ipfs repo gc` from the...