Sal Gerace
Sal Gerace
We've been using the following syntax for quite some time to ignore the last 'else' branch in multi-else if statements without any issues: ``` javascript function f(a) { if (a...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
[BUG] Workspace packages are installed with `--workspaces=false` if root package has no dependencies
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
First, thanks for creating such a great library! 😄 👍 Second, we have a site with several pages with duplicate titles nested under different parents; for example: ``` Topic A...
In production, it is good practice to use something like [helmet](https://www.npmjs.com/package/helmet) to apply standard best-practice security headers. When applied to our Docusaurus site running docusaurus-lunr-search, we receive the following error...
## Context We are embedding Stoplight into a larger documentation site and using the `router=hash` option to control routing (since the larger documentation site has its own routing engine). We...