oakgary

Results 11 comments of oakgary

is there a reason why the list of supportkeys is not equivalent to jests [configuration options](https://jestjs.io/docs/en/configuration)? it would also be nice if one could define the environment variables loaded by...

The problem is, that the dotenv-plugin will use the .env file as default as well. So if I use the .env file for my production environment and now add tests,...

you can find the repo here: https://github.com/oakgary/serverless-bundle-import-issue steps to reproduce: 1. run the start script of services/my_service/package.json 2. run the local.js file

@jponc Thanks for the reply. Will give it another try once someone looked deeper into this. I had to switch back my typescript-services to serverless-webpack for now, as I needed...

just gave it another shot putting the tsconfig on service lvl did not fix the problem for me neither did setting sourceMap to false in the tsconfig.json which i tried...

no, if i remember correctly it did not solve the problem for me > putting the tsconfig on service lvl did not fix the problem for me but i am...

as discussed with @ruslantalpa in slack it is probably the postgres version; note: we did not verify this i am using 10.9, while the starter-kit uses 11.x which seems to...

https://node-postgres.com/features/types would be a good place to mention the current behaviour as it seems to be mentioned only in github issues right now

anyone found a solution to this? just installed the tool, all i did so far was this: `$ brew install awslogs` ✅ `$ awslogs groups` ✅ `$ awslogs streams GROUP`...

For anyone else stumbling upon this. The current most up to date context can be found here: https://github.com/openai/openai-node/pull/402#issuecomment-2340951559 -> They are working on internally resturcturing the API which would fix...