David de Kloet
David de Kloet
**Bug** - `package` version: 1.1.3 - `node` version: 16.16.0 - `npm` (or `yarn`) version: npm 8.11.0 # What I tried initially Initially the only things I did before using messages...
**Is your feature request related to a problem? Please describe.** I have wrapped the QRCodeReader in a Svelte component. In `onMount`, I call `html5QrCode.start(...)` and in `onDestroy`, I call `html5QrCode.stop()`....
# Proof of concept: provide empty optionals ## The problem When Candid types are updated in ic-js, if new optional fields are added, updating the ic-js version in nns-dapp (or...
# Motivation We have a job to make these changes automatically, but there were breaking changes so this PR replaces the [automatic PR](https://github.com/dfinity/nns-dapp/pull/4839). Breaking changes: 1. `UpdateElectedReplicaVersionsPayload` was renamed to...
**DO NOT MERGE** This PR should only be merged after we have a release on mainnet containing https://github.com/dfinity/nns-dapp/pull/4800. # Motivation This is the follow-up to https://github.com/dfinity/nns-dapp/pull/4800. In the previous PR...
# Motivation See https://github.com/dfinity/ic-js/pull/569 # Changes # Tests # Todos - [ ] Add entry to changelog (if necessary).
# Motivation Small optimization. If all we want is a Readable view on a writable store, that doesn't expose `set` and `update`, creating a derived store is overkill. The derived...
### Steps to run the NNS dapp frontend against mainnet: 1. In `/etc/hosts` add a line `127.0.0.1 nns.ic0.app` 2. Flush DNS cache `sudo killall -HUP mDNSResponder` (this works on Mac,...
# Motivation # Changes # Tests
# Motivation We want to make it easy to see all the maturity on all projects by adding a column to the staking projects table. # Changes 1. Add `ProjectMaturityCell`...