Chenxi Zh
Chenxi Zh
Is there any plan to login with Notion.so to save their onerous and heavy editor? Mak is so elegant as to be Notion's personal note editor. It would be great...
Hi memlab devs, thanks for the great tool. I'm excited to try to integrate it into my current NodeJS app tests. I'm wondering what's current status or future road map...
Hi memlab devs, I have a question on how memlab deals with the hidden state that cannot be captured by simply taking heap snapshots. As we know that, many native...
Hi BLeak devs, when I run `bleak run --config ./config.js --out ./`, it outputs error: ``` /Users/chenxizh/.node/lib/node_modules/bleak-detector/node_modules/chrome-debugging-client/dist/lib/resolve-browser.js:38 throw new Error(`Unable to find browser for type ${browserType}`); ^ Error: Unable to...
Hi BLeak researchers & developers. Firstly, thank you for the awesome work on BLeak, it's one of the most inspiring works in JS memory leak auto-detection and the tool is...
Hi, I'm running the following test script ``` import MITMProxy from 'mitmproxy'; async function main() { const interceptPaths = [ '/eval' ] const mitmProxy = await MITMProxy.default.Create(undefined, interceptPaths, false); }...
**Is your feature request related to a problem? Please describe.** Missing lib documentation page. **Describe the solution you'd like** Could be deployed to Github pages.
Problem: (CE-100) Missing integration tests for MultiSig code in NodeJS
**Is your feature request related to a problem? Please describe.** It's great to define proper owTypes for each module like `owUnbondTransactionBuilderOptions` for staking. But it's a little confusing when having...