Duy Do

Results 14 issues of Duy Do

Version: Deno 1.42.4 Code: ```ts import { getRealms } from "@solana/spl-governance"; import { Connection, PublicKey } from "@solana/web3.js"; const connection = new Connection( "https://api.mainnet-beta.solana.com", "recent" ); const programId = new...

bug
node compat

Deployed on AWS EKS ``` 2023-08-29T15:36:10.402273Z ERROR arroyo_server_common: panicked at 'called `Result::unwrap()` on an `Err` value: Request ID: None Body: AccessDeniedAccess Denied9GVR3VRECTWSPBJQR0W2NZnbLfvwxlQ8htuN7ijJmQjeuKDDsKOkdhqz7WL55F5iCvpcdZgaXrKsfstuQKuzS9z9m40=', arroyo-state/src/parquet.rs:131:14 panic.file="arroyo-state/src/parquet.rs" panic.line=131 panic.column=14 ``` ``` kubectl describe...

For our project, we need to allow access to **only** global IP addresses (https://doc.rust-lang.org/stable/std/net/enum.IpAddr.html#method.is_global). I suggest adding new CLI arguments: - `--allow-global-ip` - `--deny-global-ip` - `--allow-local-ip` - `--deny-local-ip`

permissions
suggestion