Clément Hallet

Results 34 comments of Clément Hallet

Hi, I've been looking for this feature which would vastly help for mod maintenance and composition between mods. It is amazing work that you went through all the files where...

By the way, there is a standardized language to make transformations on XML documents, it's XSLT. Imho, it would fit great for overriding without duplicating everything : on one hand...

Hi, I'm not sure this is the way to go since, in that case, the original error has more data (especially the `argument` property which could be programmatically used). Making...

> Are you using https://github.com/trufflesuite/ganache#as-an-ethersjs-provider ? Actually no, because I'm using ganache CLI and then connecting my dapp through @wagmi/core [publicProvider](https://wagmi.sh/core/providers/public) : it [wraps](https://github.com/wagmi-dev/wagmi/blob/0.9.x/packages/core/src/providers/public.ts) an Ethers [StaticJsonRpcProvider](https://docs.ethers.org/v5/api/providers/jsonrpc-provider/#StaticJsonRpcProvider) and doesn't involve...

Tracing it back into Metamask, that is the raw error received from the backend being re-thrown without modification by ethers or a provider. Or maybe it's always (Ganache and other...

In fact, I see two scenarios here for the same error but with a different format (with or without Ganache, even though there might still be an other layer of...

Imho, the problem is on the ethers side where it should throw the same error for both cases. There is no hurry and please consider it a discussion in progress...

Hi @enzoferey, you're welcome. When you have time, I would be glad to have your opinion on it : the error format I'm testing comes from a Ganache backend and...

Thanks @jabis I will consider making the port to the Sources files also (I hope soon). And also some rewrite on the _MooPlay.Subtitle.Tree_ (which is used to index the subtiltle...

> I did publish my own package. `npm i @janishutz/color-thief` Your package is actually `@janishutz/colorthief` ;)