-
Hello all,
Protractor version: 5.1.2
Thanks for your time! Recently our application changed to support central authentication much like accounts.google.com which then redirects to corresponding app…
-
If a user has a magically named config file in the current working directory (e.g. `web-ext-config.json`) then `web-ext` should use this to set default option values (and web-ext should log a message …
-
The yargs default completion functionality works nicely, but it's sluggish since it has to run node (and compile with babel) each time tab is pressed.
Is there a way to generate tab completions fo…
-
I get this warning:
"in ./node_modules/lazy-debug-legacy/src/functions.js
Critical dependency: the request of a dependency is an expression"
Tracking it back it turns that it is a chain of depen…
-
### Steps to reproduce
```
npx @puppeteer/browsers launch chrome-headless-shell@stable -- --remote-debugging-port=9222 --headless --no-sandbox
```
this always exits immediately with exit code 1…
-
As I understand the docs, the `choices` array should let the caller know what they can enter for an option or argument value and `coerce` transforms the entered value into something more useful (e.g. …
-
I am using RushJS for maintaining a mono-repo and I got a strange error that prevented me from running any TS tests.
```
../../common/temp/node_modules/.pnpm/registry.npmjs.org/@jest/core/25.1.0/…
sadsa updated
4 years ago
-
Hi, my project uses TypeScript, but after importing this package I get the following error:
![image](https://user-images.githubusercontent.com/29484605/98482061-02a9ed80-21ff-11eb-933e-ced67e8ea8b5.p…
-
One is in app/package.json, the other is in the top level package.json
-
## Problem
Right now prisma cli has no completion so pressing tab just try to complete it as a filename.
## Suggested solution
Provide proper cli completions for Prisma CLI to improve the D…