Simon Tretter

Results 116 comments of Simon Tretter

hi @gad26032, thanks for commeting, but the issue is not the with mongodb toolset (mongodump), but with the metricbeats client which has a mongodb client built in. mongodump and other...

If I run it via CLI e.g. eslint src/file.ts --ext ts it throws 7:13 error Parsing error: Unexpected token { for ![image](https://user-images.githubusercontent.com/5757263/129608148-0a7a31e9-eaa2-448a-a40b-acc9facb7847.png) it seems it always picks "espree" instead of...

> Try this config. > > ``` > { > "parser": "vue-eslint-parser", > "parserOptions": { > "parser": { > "ts": "@typescript-eslint/parser", > "js": "@typescript-eslint/parser", > "": "espree" > } >...

"breaking" change: * "ga_tracker": "UA-63733147-1", -> instead of "ga_analytics_on" flag. you can specify your google tracker id here. * mysql2 is needed instead of "mysql" due to ugprade of sequelize

any feedback on this? is it welcomed to conribute to this project? I'm still running my own fork, due to the lack of google authenticator (which is part of this...

@vpp thanks, no problem, just wanted to know if it is welcomed in general. If I find some time, I can try to split the PR into several small ones...

hi @vpp, i've started to split the PR up and rebase / refactor it based on the current master. To get things going, and make PRs and commits easier for...

Thanks for the script, here is my version of it that generates a eslintrc.JSON file (I'm using type: module in my project and a js with module.exports is problematic therefore...

Regarding the alternatives. minipass-fetch is an identical interface to node-fetch (This is a fork (or more precisely, a reimplementation) of [node-fetch](http://npm.im/node-fetch). All streams have been replaced with [minipass streams](http://npm.im/minipass).) Therefore...