Alex Potsides
Alex Potsides
I'm going to convert this to a draft for the time being.
> Remove all tests using mplex The missing piece here is to replace mplex with yamux where a muxer is required by the test. The thing about mplex is that...
Mplex is marked deprecated so there's not much else to do here. It's still in the repo and being tested/updated as it's very low-maintenance to do so. If it becomes...
How do you prevent false-positives with this?
We need to test this thoroughly before merging - every dep needs a types entry for every export
@dependabot recreate
The alias conflict is probably what's causing this 😢
@wemeetagain the PR to eslint-config-ipfs has shipped so you should be all good to PR your changes here 👍
With hindsight `identity` should be a [SyncMultihashHasher](https://github.com/multiformats/js-multiformats/blob/b9738708a0ca9a626b80a7699195426c912afa45/src/hashes/interface.ts#L68-L70). E.g. ```ts // identity.ts import type { SyncMultihashHasher } from './interface.js' // ... other code export const identity: SyncMultihashHasher = { code, name,...
This is almost certainly fixable if you want to take a stab at it. So far it's been good enough to just recommend people use the `@next` tag to install...