Martin Domajnko

Results 10 comments of Martin Domajnko

@timostamm Hi. I have a question regarding the proposed solution you provided. I tried it with my code, and MSW is not intercepting the requests. Could this maybe be related...

Thanks @timostamm for the quick reply and the solution. It works now :100: . Also thanks @boan-anbo for the suggestion, will try it out.

Maybe you can achieve the `src/foo/index.ts` import with this: [tsconfig paths](https://www.typescriptlang.org/tsconfig#paths). Also, you need to write the imports using the `.js` file extension, even though you are using typescript. It...

Here is some extra information, maybe it will be of some help: - If you need some reference implementation, I tested the fixes in this repo here: [fork](https://github.com/martines3000/key-tree/tree/fix/correct-esm-build-output). - Adding...

Thank you for looking into it so fast. I like the solution you chose, it didn't require any actual code change, only replacing the build tool and bundling everything as...

Does bundling everything as 1 file impact tree-shaking? I'm not worried about the bundle size here, just curious if you maybe know or thought about that.

Hi @c4bade6fdec3d9cb86a281668cbab42b , thanks for reporting the issue. Before you can use Masca RPC methods, you need to set your current account inside Masca, as switching MetaMask accounts does not...

Thanks for pointing out the mistake in the documentation, we will fix 👍. I am also happy we resolved your issue. Regarding the expired session, this is related to Ceramic...

I think its best to just remove JSON-LD as there is no easy fix, to resolve the issue.