Anoushk Kharangate

Results 13 issues of Anoushk Kharangate

### Sanity checks - [X] My issue relates to a specific CLI completion spec (e.g. `git checkout` is missing options in `git` completion spec). If your issue is more general,...

bug
good first issue

Same as #243 after provider.enable() if user clicks on the x and closes the modal it doesnt open again, someone claims to hv fixed it in the above issue and...

Can we have Solana wallet support in web3 modal, it would be way cleaner and easier for multichain dapps to have it integrated inside web3 modal and using solana/web3.js its...

getting this error in logs when running anchor deploy` ELF error: Found writable section (.bss._ZN3std11collections4hash3map11RandomState3new4KEYS7__getit5__KEY17h9d3c0f65754b98d3E) in ELF, read-write data not supported ` [code](https://github.com/xedk/solana-splits/blob/structmethod/programs/split/src/lib.rs#L87) credit to @abishekk92 for pointing this out

` const r = await art.font("Hello World", "Doom").completed();` this code actually works but according to your ts types it says that completed isnt actually function

We should have some examples showing how to implement mathematical operations using checked_add, checked_sub, saturating_pow etc

There's already a guide on minting NFTs using candy machine in TS but what if I want to mint NFTs using my program and want to add some custom logic...