Daniel Porteous (dport)

Results 207 issues of Daniel Porteous (dport)

Fixes the issue described in https://github.com/pnpm/action-setup/issues/135, which is breaking our CI.

PR hacking for the purpose of auditing the Parquet code.

- **Run Rust tests in CI (#418)** - **parquet processor** - **rebase and add table_items** - **Delete rust/**

So I’ve got the following code: ``` #[test_only] fun create_test_account( mint_cap: &MintCapability, account: &signer, ) { account::create_account_for_test(signer::address_of(account)); coin::register(account); let coins = coin::mint(100000, mint_cap); coin::deposit(signer::address_of(account), coins); } #[test_only] fun get_mint_cap( aptos_framework:...

bug
move
move-test
stale-exempt

Like just bumping a counter every time a certain page of the app is opened, a counter each time the app is opened, etc. Nothing that ties the data back...

p2

I saw recently that the GitHub CDN stopped serving content for a bit. We could avoid this kind of thing impacting the app if the content was hosted elsewhere and...

p0

Or hosting it in a place that supports automatic gzipping.

Currently the app has a hard dependency on GitHub. If downloading the content from their CDN fails the app should fall back to somewhere else, eg a bucket in GCP.

If the version is less than the version it reads from the remote, show a message saying the app must be updated. This can be used if I mess up...

p0