George Song

Results 14 issues of George Song

Travis restricts PR access to secure environment variables. Let's make sure tests can be run using anonymous clients. See https://docs.travis-ci.com/user/pull-requests#Security-Restrictions-when-testing-Pull-Requests

Document the `Client` interface more clearly in the README.

### Which project is this feature idea for? Turborepo ### Describe the feature you'd like to request It's great that we can generate task dependency graph. However, there's a lot...

story

@muhammad-ammar reported that HLS playback is needed for JavaScript testing. However, out of the box, devstack is not able to run the demo at successfully. This is because the H.264...

## Pitch @amotl: Skimming through the ops guide, section 4.5 reads: > As OPS provides access to data that is held inside the EPO, the OPS services (except the number-service)...

enhancement

**Describe the bug** ``` $ docker compose exec photos-sync icloud-photos-sync token ----------------------------------------------------------------------------------------------- Welcome to icloud-photos-sync, v.1.0.1! Made with

status(in progress)
class(known issue)
status(previewed)

Let's store the GitHub secrets used for build and deploy in 1Password.

## Changes proposed in this PR: This allows packages that are declared as `type: module` and uses `tsc` to transpile to work properly. Otherwise the types cannot be found. -...

When using the latest `@aptos-labs/[email protected]`, this message appears in the console: ``` Usage of `signAndSubmitTransaction(payload)` is going to be deprecated soon. Use `signAndSubmitTransaction({ payload })` instead ``` However, using the...

Currently with private key created wallets, you can use the following mechanism to verify wallet ownership off-chain: 1. `signMessage` 2. Send signature, wallet address, and public key to to off-chain...