lerna
Here are 681 public repositories matching this topic...
Environment
- Package version(s): @blueprintjs/core@3.17.2 @blueprintjs/select@3.11.2
- Browser and OS versions: MacOS Catalina (10.15.1) / Chrome 78.0.3904.108
Question
Is there any solid documentation for the renderFilteredItems() utility function exported from the select package? It is briefly mentioned under the itemListRenderer props section of the select c
Real User-Agent is detectable with <iframe> when using "puppeteer-extra-plugin-stealth". To prevent it use "'--disable-features=site-per-process'" argument for puppeteer.launch(). See explanation: puppeteer/puppeteer#2548
Real screen size is also detectable with iframe, to prevent it I used preload() script.
OS: Windows 10
"puppeteer": 3.0.4
"puppeteer-extra": 3.1
-
Updated
Jun 22, 2021 - JavaScript
-
Updated
Aug 9, 2021 - TypeScript
package.json supports shortcut syntax for the repository field (https://docs.npmjs.com/files/package.json#repository)
orgname/reponame is very common
-
Updated
Aug 19, 2021 - TypeScript
-
Updated
Aug 10, 2021 - JavaScript
-
Updated
Dec 31, 2020 - TypeScript
-
Updated
Jan 16, 2021 - TypeScript
-
Updated
Aug 8, 2021 - TypeScript
-
Updated
Aug 16, 2021 - JavaScript
Just capturing screenshots here for showing IDE support for docs later;
IntelliJ (Running on Flutter Plugins repository):

Vscode (Running on FlutterFire repository):
 without 2FA app's code
To Reproduce
Steps to reproduce the behavior:
- Go to Account > Security
- Enable 2FA and add Google Authenticator (or MS Authenticator etc)
Expected behavior
Be able to delete 2FA app without the code from that specific 2FA app. If you lose your phone for example...
Screenshots
Improve this page
Add a description, image, and links to the lerna topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the lerna topic, visit your repo's landing page and select "manage topics."


Expected Behavior
It should be possible to customize the header of the generated changelog (or omit it completely).
Current Behavior
The changelog header is hardcoded in https://github.com/lerna/lerna/blob/master/core/conventional-commits/lib/constants.js
Possible Solution
A `command.publish.changelogHea