Dhiraj kadam

Results 10 comments of Dhiraj kadam

@riccardoferretti , yes that's how we're supposed to do. Chrome plugin once built is not automatically reloaded.

You can try a custom build of this repository with webextension-polyfill to make it cross browser compatible. You can try with following modification and it should work. package: https://github.com/mozilla/webextension-polyfill#basic-setup edit:...

@tshaddix yes this worked nicely. I used it in my recent browser plugin development. I'll make a PR for this

Oh yes, I’ve started the work on the same. Chrome browser api are callback based and the Mozilla web extension pollyfill browser api is Promise based. So have to do...

probably, when you run ganache-cli the --unlock address was not passed properly

@SomnathKadam You can work on replacing stripe with Razorpay or any other Indian Payment gateway to achieve that,

I got the same error on the lastest migration `2022-08-12-123800_ft_nft_indexes` -> `error applying hunk #1` . I tried to run that manually on Postgres by copy-pasting from up.sql and it...

@frol I tried to pull a fresh copy of the master branch and used docker postgres:latest. I confirm the same issue. Tested on two platforms Ubuntu 22 and Mac OS...

Just an update, I saw that when I try to run `diesel migration run` it fails with an error `error applying hunk #1` and makes the `src/schema.rs` file blank. @sotcsa...

@muelli @RyuzakiKK @ZER-0-NE Can I contribute to this feature?