Max

Results 63 comments of Max

Note: Dependencies are now installed by `scripts/setup`. That installs tar and xz but not openssl. I believe that we no longer need openssl for the build as openssl is now...

Better link for the M1 runners on the GitHub roadmap: https://github.com/orgs/github/projects/4247/views/1?filterQuery=-status%3A%22Q4+2022+%E2%80%93+Oct-Dec%22+m1

Note: I don't understand the Playwright tests well enough to understand what is happening with them. A front end developer will need to investigate. @mstrasinskis maybe?

Note: I have seen and liked web pages that have a copy button that provides the full value, while normally showing only a summary. It's in quite a few web...

We hard held back by the ledger code, however we can isolate that and let the rest move on. Or better switch to using the index canister. We are already...

Hello @ielashi . Thank you for the response. The nns-dapp has a queue of transactions. New transactions are added to the front, old ones are removed from the back. Transactions...

Thank you for the update. For this deque I am pretty sure we won't need variable sizes, but on the other hand performance is not a constraint either so a...

I'd like to register as an interested party. For nns-dapp we have a script to install the governance canisters, Internet Identity and now also SNS canisters. I get requests to...

I would like to volunteer to implement `dfx start --with-nns` which would be like `dfx start --clean` but that installs the nns canisters after starting. This would have to be...

Note: dfx also supports keychains. There might be some conflict between keeping quill as simple and secure as possible and adding support for more keys, but if the outcome of...