Max Mercuriev
Max Mercuriev
For autocompletion
To pass $options on `$container->build($name, $options);`
Many RPC endpoints require path, both public like `https://arb1.arbitrum.io/rpc` and private to include API key `arb-mainnet.g.alchemy.com/v2/your-key-here`. ```js getLocal({ unmatchedRequests: { proxyTo: 'https://arb1.arbitrum.io/rpc' } }) ``` This fails. Is there a...
### Describe the bug If a file to upload has 0 bytes length, upload process stalls. I suspect telegram server refuses and tdl isn't aware of it. ### To Reproduce...