Milinda Dias

Results 7 issues of Milinda Dias

The following error is thrown by the TypeScript compiler when importing the iotex-antenna in a Typescript project (only tested with a Typescript project). ``` node_modules/iotex-antenna/lib/rpc-method/types.d.ts:700:18 - error TS2430: Interface 'ClientReadableStream'...

## Motivation and Context Sometimes subgraph requests can fail for users, and it might not be obvious why, by providing a way to log and add more span details, this...

router

This PR adds support for complex map types, enabling users to configure environment variables that map to Go map structures. References https://github.com/caarlos0/env/issues/361 This is useful when users might have a...

size/XL

The proposal is to support complex map types so that we could do the following ``` type Test struct { Str string `env:"DAT_STR"` Num int `env:"DAT_NUM"` } type ComplexConfig struct...

### Describe the bug While testing our backend with urql, we noticed that the urql code seemed to work only if the first element did not contain payload. (see attached...

This PR implements typescript plugins with bun. * There are no changes in the router, because we build a binary in the same name format it expects `{platform}-{arch}` * This...

monorepo
cli

This PR adds support for complex map types, enabling users to configure environment variables that map to Go map structures. References https://github.com/caarlos0/env/issues/361 (Note: This is the same as this PR...

size/XL