quophyie
quophyie
I am having the exact same problem as @Chewbacca222222
@LBBO ... I have tried this new beta version i..e `2.0.0-beta.3` and it does not work for me. I keep getting the error below when I call the `login` method...
@itskush ... I havent managed to find a solution yet
Hi @EvanHahn Thanks for the quick response This only happens with helmet module only. Other modules are OK jest, ts-jest and ts-node all use the same typescript config . here...
@EvanHahn Here is the full console log ``` yarn run v1.22.19 warning package.json: No license field $ cross-env NODE_OPTIONS=--experimental-vm-modules jest -i --passWithNoTests --detectOpenHandles --forceExit --runInBand FAIL ./main.test.ts ● Test suite...
Hi @EvanHahn I added the `//@ts-ignore` and that seems to have fixed it i.e. in my `main.test.ts` ```typescript import {jest} from '@jest/globals' import helmet from 'helmet' //@ts-ignore helmet(); describe('Helmet Issue...
> I took my investigation one step further and modified two files in vmmon-only, netif.c and bridge.c, where it chooses whether to make the function `netif_rx` or `netif_rx_ni` based on...
Hi @ch1booze, You are probably right about not using floats for money as @CanRau said. However, this proposed change is not about the use of floats for money but rather,...