Marco Dali
Marco Dali
Can you please add the ability to order these job ids by ASC / DESC per page? Thanks!
Serverless is an outstanding tool but examples are limited. Can you add this tech stack to the default / standard examples in the serverless documentation? http://medium.com/@durazno.marcodali/create-a-serverless-backend-for-your-new-project-with-lambda-dynamodb-and-typescript-in-a-couple-57b7a44b9a50
How can I modify it so the project is compatible with MySQL?
There is an error in the compile:typescript phase while running npm run start How can this be fixed?
I tested this library with success in my mysql local installation and worked out of the box. But when I deploy to server prod, it raises and error about: `code:...
``` var Sequelize = require('sequelize'); var sequelize = new Sequelize(config.database, config.username, config.password, config); ``` Does it work with an ORM like sequelize? What would be the syntax?
Is it true that the new version of nodes 18 or 20 I don't remember exactly provides natively this feature of reading the values from a .env file without any...
I'm building my YML file for deployment using GitHub actions and it would help me a lot to find out the contents of the zip file generated by this extension...
How to use with **_import from_** syntax? Like this?? ```javascript import { canonicalize } from '@tufjs/canonical-json' console.log(canonicalize({x: 1, y:2})) ``` Can you provide an example please?
Will the method used by this repo work with the Ghostscript package? It is not attached to nodejs npm neither python pip install, but it is more like a operating...