-
### Pre-Checks
- [X] Follow our [Code of Conduct](https://github.com/faker-js/faker/blob/next/CODE_OF_CONDUCT.md).
- [X] Read the [Contributing Guidelines](https://github.com/faker-js/faker/blob/next…
-
Current usage of errcode is not intuitive.
example:
```ts
throw new errcode(new Error('error in foo'), ERR_FOO, { foo: bar })
```
Prefer an implementation like:
```ts
export class CodeError e…
-
### Description
As of today (20th of September, 2021) we have 260 linter warnings in the codebase.
A set of issues were created to fix them in increments of 10 warnings at a time. Each group of 10…
-
# w3up phase 1 initiative
Notion Doc: https://www.notion.so/w3up-improvements-e6d14daea22748c29b261fcf013013f3
Project Board: https://github.com/orgs/web3-storage/projects/13/views/5
Milestone: `w3up…
-
Related to task being tracked in https://github.com/ipfs/js-kubo-rpc-client/issues/56: https://github.com/ipfs/js-kubo-rpc-client/issues/144
Note that I am getting this error as i'm trying to migra…
-
### Specification
We need a suite of tests to cover interacting with a deployed agent, which we can do using `testnet.polykey.io`. These tests need to cover various different connection scenarios:
…
-
Getting a "Failed in reading file content" in the toast on the website when trying to drag and drop.
//cc @JayaKrishnaNamburu
-
This package should be automaticly published with https://github.com/semantic-release/semantic-release
-
## Overview
Libp2p is a modular stack for writing p2p applications. The lowest level is composed from raw connections, security extensions and multiplexing. On top of that multiple protocols, that …
-
### Summary
Tutorial allowing minting single NFT without help of 3rd parties, just with a bare CLIs and general environment for FunC / development on TON.
### Context
There is no tutorial on …