shrpne
shrpne
As I understand it, the check happens in one step: sum ABC value with ABC fee and try to exchange. What if we divide it into steps? - Try to...
Hi, sorry for long reply. I've updated minter-doc.md in the `indexed` repo https://github.com/raid-guild/indexed/pull/150 Do you need any more information?
@jkrems Thank you for detailed response! But I still don't get it. `add-module-exports` should handle `.default` during import/require, when module actually has `default` export. But here cjs libraries don't export...
I guess these are the same issues: https://github.com/babel/babel/issues/7294 https://github.com/babel/babel/issues/7998 And they are somehow should be resolved by Babel to make it interoperable with Node's approach
i think it is duplicate of #6
@AlexandreBonneau have you tested in the linux environment? Because linux systems are case sensitive while macos and windows are not. I guess the problem here is that npm on linux...
How about usage without `v-model`? Here is usage [example](https://github.com/uNmAnNeR/imaskjs/tree/master/packages/vue-imask#mask-directive-example) of another mask Vue directive. I think it's okay to use the mask without `v-model` and it can be useful for...
As I understand `autonumeric` already has a problem with case-sensitive systems and I don't try to solve it. Here is some PRs trying to handle it #6 #30 If some...
I would prefer to remove the "block" button from search results and manage block list in the addon settings
May be just the link for the repository then? So user can investigate what is changed