aurelticot

Results 25 issues of aurelticot

# API References Documentation ## Tests Testing API references doc generation with different options | missing exports plugin | true | true | true | true | false | false...

documentation

> [!CAUTION] > Changing the engine requirement and the build target is a **breaking change!** The engine requirement in `package.json` is a result of the compilation of the code, which...

When seinding a message, the [documentation tutorial](https://github.com/verida/documentation) was returning such error `Unable to send message. Recipient does not have an inbox for that context (Verida: Vault)` when it was using...

The `tsconfig` file is redefined into every single package of this monorepo. There is a risk of having different configuration. It is already the case, some packages build into `dist`,...

Define the content of the package being published: https://docs.npmjs.com/cli/v10/using-npm/developers#keeping-files-out-of-your-package Add an `.npmignore` or in package.json define the explicit list of files to include. Then set up CI to publish.

Instantiating an account in "web3" mode requires a Polygon private key. When we don't want to create or revoke DIDs and we are sure the account exists, we want to...

enhancement

The `openUrl` property in the Verida Connect protocol allows the wallet to redirect the user to that URL after the successful connection. Problem is, it doesn't make sense when the...

enhancement

The `getContextNameFromHash` methods iterates over the endpoints and requests the contextName for a contextHash. It **only** returns a value if one endpoint replies successfully. If they **all** fail (it is...

bug

The Connection request has a timeout, when it's expired, the Verida Connect modal should remove the outdated QR code / deep link and provide a way to refresh and retry....

enhancement