Dhruv Kelawala

Results 13 issues of Dhruv Kelawala

`E/VLC ( 5850): [0000007d31561a90/17e2] libvlc decoder: failed to create video output E/VLC ( 5850): [0000007d0a6b2c90/1813] libvlc window: request 1 not implemented E/VLC ( 5850): [0000007d0a6b2c90/1813] libvlc window: request 1 not...

This is tough to understand for people getting into MVVM, going through various files and understanding all the code. Also, the advantages of MVVM, apart from better testing, especially in...

Currently, `export type Args = { [inputName: string]: string | string[] | { type: 'struct'; [k: string]: BigNumberish }; };` The type of `Args` does not include a type Uint256...

To be implemented on `Provider`

Type: feature
discussion needed

Currently, I see #20 as work-in-progress and it will take a while till Starknet supports pointer in Array of struct. However, I believe it's only required for executing `external` functions....

## Description Added support for Vultr Api v2 as new accounts on Vultr won't be able to use v1 api. Old accounts will be unable to use v1 api after...

When we were using SentryWebpackPlugin(), we had the following code in `include` ``` new SentryWebpackPlugin({ authToken: process.env.SENTRY_AUTH_TOKEN, project: process.env.SENTRY_PROJECT,, org: "process.env.SENTRY_ORG,, release: process.env.npm_package_version, include: [ { paths: ["./dist"], urlPrefix: "~/",...