Lovesh Harchandani
Lovesh Harchandani
Hi Mark, This was an intentional change to make the bounds uniform across all supported protocols. The upper bound (max) is exclusive, i.e. protocol enforces bound `[min, max)` And I...
Happy New Year @mark-moir and sorry for the late reply. I think the problem is not about the bounds being explicit or not (as we don't support implicit bounds) but...
Hi @ineiti . I can do 2. Regarding 3, you mean splitting the README at the repo root to multiple READMEs at different sub-directories? > making sure that the typedoc...
Hi @lanterno > What I know so far is that typedoc can import a readme file automatically, but I don't know if it can import multiple markdown files from different...
> It does both. It builds a home page from the readme, and then uses the code along with its comments to build a reference API. Nice. Will check more....
@lanterno @ineiti [PR](https://github.com/docknetwork/crypto-wasm-ts/pull/38) for points 1 and 2. For 2, most significant changes are in this [Readme](https://github.com/docknetwork/crypto-wasm-ts/pull/38/files#diff-24d061d6b54273666aac4e239add7530cdad5b7d33a7ba9e5b577e1c21c65534).
@lanterno @ineiti `typedoc` has been integrated in github workflow and docs are deployed [here](https://docknetwork.github.io/crypto-wasm-ts/). EDIT: But the links to code from the rendered Readme at https://docknetwork.github.io/crypto-wasm-ts/ are broken because those...
CI error ``` Run yarn install --frozen-lockfile yarn install --frozen-lockfile shell: /usr/bin/bash -e {0} env: TEST_SIGNATURE_SCHEME: BBS+ error This project's package.json defines "packageManager": "[email protected]". However the current global version of...
@lanterno version 0.35.0 is published now.
Thank you @lanterno