Denis LE
Denis LE
Following this PR https://github.com/bubenshchykov/ngrok/pull/160, it still misses typescript typings. When trying to do `import * as downloadNgrok from 'ngrok/download';`: ``` Could not find a declaration file for module 'ngrok/download'. '//node_modules/ngrok/download.js'...
## What you are doing? To reproduce: Launch a postgres database: ``` docker run -e POSTGRES_PASSWORD=password -p 5432:5432 postgres:11 ``` Create a directory with this `package.json`: ```json { "name": "sequelize-test",...
There is an extra argument to `filter`, in the exercise. I think it is a mistake, unless it was intentional in order for the user to fix it?
It was missing a `print` call in the exercise. See the solution code, it includes it.
The interactive code example was missing a `print` call to show the result.
[Typescript] "Run test at cursor" command fails with "Mocha is only available for JavaScript files."
### Description In a typescript project, `Run test at cursor` command fails with this notification message: "Mocha is only available for JavaScript files." #### Steps to Reproduce 1. Open a...
It fails to select the same option when there is multiple dropdowns. It seems that `getReactSelectContainerFromInput` goes to far in the ancestor tree. When trying to click on the option,...
It seems `addIndex` `fields` should be an array. According to: https://sequelize.org/api/v6/class/src/dialects/abstract/query-interface.js~queryinterface