Judah Holanda Correia Lima

Results 14 issues of Judah Holanda Correia Lima

- name: Upload Package to S3 uses: shallwefootball/s3-upload-action@master id: PKGS3 with: aws_key_id: ${{ secrets.AWS_KEY_ID }} aws_secret_access_key: ${{ secrets.AWS_SECRET_ACCESS_KEY}} aws_bucket: ${{ secrets.AWS_BUCKET }} source_dir: "package.json" destination_dir: "auth/staging/package.json" ``` Run shallwefootball/s3-upload-action@master /usr/bin/docker...

Would be great if were possible to send and an array of files and folders instead of just a single one with an string

Because there is no easy way to create a databse in this image I created my own: [MSSQL-IMAGE](https://github.com/Judahh/mssql-image) But when I try to connect using jest I receive: `ConnectionError: Login...

Would help a lot if there was an env var to crate a database like pgsql has POSTGRES_DB, maybe with user and password.

Now I get this error when I try to checkout from a non existent branch (master) I try main and master, so It works at main, but when it tries...

blinktrade.SmartOrderAlgo.prototype.start = function(params) { this.fee = params["fee"]; this.application_.showNotification('Fee', this.fee+'%', 'info' ); var balanceCrypto = this.application_.getBalance('BTC', 'available' ); var balanceRegular = this.application_.getBalance('BRL', 'available' ); var balanceCrypto = this.application_.getBalance('BTC', 'available' ); var...

Is is possible to spawn a worker inside another? When I tried to do it, the main process just see the nested worker, because the expose function is called first.

When installing this package using yarn, I get this error: ``` error /node_modules/canvas: Command failed. Exit code: 1 Command: node-pre-gyp install --fallback-to-build --update-binary Arguments: Directory: /node_modules/canvas Output: node-pre-gyp info it...