huweihong

Results 8 issues of huweihong

### 🐞 Test card in sandbox are not working I used the test card in sandbox to payment. But the test card are not working. I used https://developer.paypal.com/api/rest/sandbox/card-testing/#link-creditcardgeneratorfortesting to generate...

🏓 awaiting-response

Preview the home page in simulator, if there is an home page. Preview the state in simulator. These two features are very helpful for snap development

If I refresh the simulator page ,the history will be empty. Can we save the request history to local storage to avoid having to re-enter it.

I create two site A and site B in localhost. In site A, I have installed snap A(running in 8080). The snap's config is: ``` { "version": "0.1.0", "description": "SnapA",...

I installed two snaps in https://github.com/MetaMask/snaps/tree/main/packages/examples/packages/invoke-snap and using the following code to revoke @metamask/consumer-signer-example-snap, but there is the same error as https://github.com/MetaMask/snaps/issues/2340 : ``` await window.ethereum.request({ method: 'wallet_requestSnaps', params: {...

In my metamask flask, I installed multiple snaps that has transaction-insight permission. When I fired a transaction, I found there only one snap invoked. What's the invocation sequence for multiple...

According the example https://github.com/MetaMask/snaps/tree/main/packages/examples/packages/invoke-snap , I wrote two snaps: snapA: local:http://localhost:8080 snapB: local:http://localhost:8081 snapA invoke snapB, but there is the permitted error. Are there some other configures?

### ♻️ Reproduction Steps At line 17 in https://github.com/CopilotKit/CopilotKit/blob/main/CopilotKit/packages/react-ui/src/components/chat/Markdown.tsx, the value of inline is undefined for using single backticks, which causes incorrect rendering of backticks. The content is ```1. **`Math.random()`**:...

bug