Kaia Peacock
Kaia Peacock
Update to 0.8.0 pattern in .dfx declarations
Currently, there are two issues with the JavaScript / TypeScript bindings that make development inconvenient for IC developers. 1. Options * Optional nested values in JavaScript are denoted idiomatically using...
We currently type the blob type as specifically an Array of numbers, which feels silly in contexts where we are working with Blobs and ArrayBuffers. Instead, the types allowed should...
- [x] Ensure that person without viewing permission cannot view an already verified invoice - invoice.mo line 283 - [x] Gitignore src/declarations - [x] replace dfx stop with `#!/usr/bin/env bash;...
**Overview** This demonstrates a pattern for running unit tests on Motoko modules **Requirements** We should have a pattern for running a simple test suite with pass / fail conditions **Recommended...
I think there's also a space added unintentionally
### Summary When installing a package that uses module namespacing (`export * as {moduleName} from './{moduleName}`), Expo's default configuration throws an error when compiling for web and iOS. This is...
**Overview** To facilitate any workflow where someone wants to dynamically generate IDL from declarations, this bundles functionality from Candid into utility methods for string -> file output using wasm-pack Since...
**Overview** Takes care of several cleanup tasks from #292