Benny Neugebauer
Benny Neugebauer
@srvaroa would this PR solve #53?
Hey @adrianmcli, I really like your `nano-react-app` and would like to support you with the open list items. Feel free to reach out to me. Best, Benny :)
Ok, I found what I was searching for. There is `version` and `platform` which can be defined within `browserOptions`. The values for `version` and `platform` can be checked on the...
Same here. I get no output from `--detectOpenHandles`. ``` $ yarn test:types && jest --config ../../jest.config.js --detectOpenHandles $ tsc --noEmit PASS src/App.test.tsx (9.447s) √ renders without crashing (240ms) Test Suites:...
We can make this change backward-compatible by using a default type argument, i.e. ```ts declare function parse(input: Buffer | string, options?: Options): T; ```
> I switched to https://github.com/swc-project/swc-node because imports without `.ts` extension doesn't work with ts-node. I just tried `node --loader @swc-node/register/esm ./src/start.ts`. Instead of providing incorrect stack traces, it runs without...
@dsherret can you give me a hint what I can use instead of `getAssertClause()`? **Edit:** [Telling from this change](https://github.com/dsherret/ts-morph/pull/1476/files#diff-0245100212211916ccab36ece23dfbfaa1c0e2d08c0fa5cb4e7292a717720ec7) I have to call `getAttributes()` now? I guess this is because...
Ok, I am using `getAttributes()` now but it would be nice to know how to find assert clauses in legacy code. I would need it to write a codemod that...
@valentiniljaz thank you very much for making this PR 🙇♂️ Can you also change `MIN_NOTIONAL = 'MIN_NOTIONAL'` into `MIN_NOTIONAL = 'NOTIONAL'` as per our discovery (see https://github.com/ViewBlock/binance-api-node/pull/643#issuecomment-1752898623)?