Moises Rodriguez

Results 7 issues of Moises Rodriguez

I notice that exclude is not included in `upload`. Currently I'm doing this: ``` {expand: true, cwd: 'bin/assets/', src: ['**'], dest: 'assets/', stream: true, differential: true} ``` but would like...

I'm trying to do this: ``` {dest: 'assets/', exclude: '*.js', flipExclude: true, action: 'delete'} ``` or ``` {dest: 'assets/', exclude: './*.js', flipExclude: true, action: 'delete'} ``` but it will not...

Looking at how `mysqldump` is used, I noticed the flag `--skip-extended-insert`. Why write INSERT statements using one-row syntax that includes only one record in one statement, if it will be...

enhancement
good first issue
help wanted

Hello, I've been using this [transport](https://www.npmjs.com/package/@palmabit/winston-sentry2) that has an outdated version of winston and Sentry. In it, it has an option called `pathGlobal` that it will catch all uncaught errors....

### Please agree to the following - [X] I have searched [existing issues](https://github.com/cryptomator/cryptomator/issues?q=) for duplicates - [X] I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/cryptomator/blob/develop/.github/CODE_OF_CONDUCT.md) ### Summary High CPU...

type:bug

Recenctly [keycloak-nodejs-connect](https://github.com/keycloak/keycloak-nodejs-connect) has released version 25.0.0. Is it planned to support version 25.0.0 on this adapter?

Type: Dependencies

For example this database was created by a third-party service and the name is not intuitive to know what database this is. Being able to edit the name, would be...

enhancement