Jeff Pal

Results 5 issues of Jeff Pal

``` const { getCurrentInvoke } = require('@vendia/serverless-express') app.get('/', (req, res) => { const { event, context } = getCurrentInvoke() res.json(event) }) ``` What is wrong about the code above? I'm...

Why the `client.set` would set a totally different expiration time in Amazon ElastiCache? For 4200 seconds is being setting up around 7200597 seconds (more than 2 months). `client.set('myKey', value, 'EX',...

Bug

**Bug description** ```bash $QT_ROOT/bin/macdeployqt $INSTALLATION_ROOT \ $INSTALLATION_ROOT/Contents/MacOS/pgmodeler-ch \ $INSTALLATION_ROOT/Contents/MacOS/pgmodeler-cli ``` After run the command above I'm getting the following error: ```bash ERROR: Could not parse otool output line: "/Library/PostgreSQL/14/lib/libpq.5.dylib (architecture...

**Bug description** The pgmodeler `make install` is not copying the libs **.dylib** files to the installation path **/Applications/pgModeler.app/Contents/MacOS/plugins/Frameworks**, what's returning `no such file` error. So I had to copy all...

This lib does not support `tsx`? I'm trying to use this lib within a React app + Typescript (`.tsx`). But I'm getting the following error on `import`: ``` Could not...