Marcel Laverdet
Marcel Laverdet
There's no utility to do this right now but I'd definitely accept a player management patch. The "scrape-world" utility is a good place to start. It collects all the information...
This isn't the experience that other users are having. I tested this from scratch using a fresh local account and it's working fine over here. Since it's not fixing itself...
It will work on nodejs v16.x. The rules about importing JSON files changed in v18.x.
You need to delete node_modules and re-run npm install
We can leave this open actually in case people come looking for it. The real solution is to add a JSON type assertion which would make node >= 16.14 required....
I won't be able to test your package but you should also take a look at https://github.com/vendia/serverless-express/issues/554 which has some information on broken header ordering under AWS ELB. Under this...
The issue is with ELB not ALB
You also need to ignore "TSTypeAnnotation" to catch this case: ```ts function foo(): NonNullable< string > { return ""; } ```
@aBurmeseDev I fear that we have had a miscommunication. I will take blame for that because I did not provide enough information. The `?` member declaration and `undefined` types are...
@aBurmeseDev would you mind reopening this issue? If I don't hear back I'll open a new one because I understand the team gets a lot of notifications, but there has...