huweihong

Results 14 comments of huweihong

Can you merge this PR? or add reset event dispatch @dyaliCode

> This issue seems intermittent in testnet. Previously was ok with 5% and 10%. But now not working anymore. yes, I sell in the testnet in last November, it's ok...

I added the permission in the snap.manifest.json of snapB : ``` "initialPermissions": { "endowment:rpc": { "snaps": true }, }, ``` But there is the following error:

I used content scripts to create a div in the page, and in this div I imported mermaid to create a svg. There is also this error in 'newRequire' method.

I found that my code was outdated. Then I changed my codes according the document. The payment is ok for several days. But now it's still error. Is paypal limiting...

I also meet this issue. I wrote an MCP server using FastMCP, the code like the following: ``` import dotenv from "dotenv"; import { FastMCP } from "fastmcp"; import {...