Gregg Luskin
Gregg Luskin
In order for us to test it out on heroku we had to use the following: ` "start": "node --max_old_space_size=2560 ./node_modules/.bin/ts-node --async-stack-traces -- ./src/boot.ts",`
@Codenuggets you need to generate your own ACTION_HUB_SECRET (i.e. https://www.uuidgenerator.net/) and add it to your environment. From there you will want to `yarn start` so that the server is running...
Confirmed upgrading to `0.21.3` fixed this issue for us. Thank you @AndriiSherman
We are receiving this as well in `"turbo": "2.0.3",`. It's not ideal, but when this happens run: `px axu | grep turbo` and find the duplicate process ID then kill...
Seeing this ins 2.0.3 still.
+1 time for typescript
@extendsLcc @MinskLeo Interested in forking and maintaining with us?
Does anybody have a workaround? We are trying to conditionally display a "border" by using absolute positioned line... but it's hacky at best. ```typescript ``` To be fair, this does...
@bdkopen It looks like this is still an issue, even with `@react-pdf/[email protected]` which claims to have the FontFamily Regression fix.
It looks like Vercel has set these in the default list but that's causing issues for us: ``` Package @aws-sdk/client-s3 can't be external The request @aws-sdk/client-s3 matches serverExternalPackages (or the...