Yadong (Adam) Zhang
Yadong (Adam) Zhang
Hi 👋 Maybe [Azure ](https://azure.microsoft.com/en-us/free/) is a good choice 👀.
> Azure seems to be only free for 30 days. From the website linked above: > > > Start with $200 Azure credit > > You’ll have 30 days to...
@zzmp Apologized for this PR change, previously I thought this is just an optional chaining issue, so I set it up on Gitpod, but there is a CORS error for...
> Can you replace any instances of `CHAIN_NAME_TO_CHAIN_ID[chain]` with a new method, `getChainNameForChainId(chainId: number): SupportedChainId | undefined`? Would this be `getChainIdForChainName(chainName: string)`? 👀
Hi @zzmp I just marked the PR as ready for review, `getChainIdForChainName(chainName: string)` will not solve the problem because the `getChainInfo` function signature would be changed to this line if...
I guess it's `node-sass` problem, try to remove it because you already have `sass` module. `node-sass` has [deprecated](https://github.com/sass/node-sass), you have no reason to use it.
Here is a good example that using `pnpm` and `storybook`: [LedgerHQ/ledger-live](https://github.com/LedgerHQ/ledger-live). when I upgraded the storybook version from `6.3.6` to `6.5.10`, there was no memory leak issue. ```shell # Terminal...
@LucaColonnello What I mean is Ledger Live has no memory leak issue, not sure what's happened.
> With less stories works good, weird :( try **binary search** 👀 ?
@mistic try this: add below code into this file: https://github.com/mistic/reproduce-typescript-problem-when-symlinking-node_modules/blob/main/project/tsconfig.json ```json { "paths": { "@types/react-router": ["../../deps/node_modules"] }, } ``` it works!