-
Updated
Jul 15, 2022 - JavaScript
npm
Npm is a package manager for JavaScript, included with Node.js. As a package manager, npm makes it easy for developers to share and reuse code.
Here are 14,256 public repositories matching this topic...
Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently yarn why won't indicate any package info in the resolutions field
If the current behavior is a bug, please provide the steps to reproduce.
- install a package with any version, e.g
"pkg": "^1.0.0" - add
resolutionsfield in package.json,pkg: "1.0.0" - upd
-
Updated
Aug 4, 2022 - JavaScript
Disable TS
What is the problem this feature will solve?
whenever bun reads a tsconfig it doesn't understand a warning is presented, I guess that's ok if the intention is to use bun for compilation but it isn't very nice if I am simply using bun as a JS runtime.
What is the feature you are proposing to solve the problem?
A flag to disable ts processing, something like --disable-ts
What alte
I have a project that is in a monorepo and uses yarn right now.
I'm considering migrating to pnpm for the monorepo, as well as all other projects I contribute to, as I have a small SSD as local storage (and with Windows...). However, it would be ideal if there was compatibility between yarn's workspaces and pnpm, so that we don't have to jump "all in" to it.
To this end, yarn allows packages
Your Environment
Not applicable. The issue is related to documentation.
Describe the bug
The Google Cloud documentation is non existent, even worse it displays jibberish.
- Markdown File: https://github.com/verdaccio/verdaccio/blob/master/website/docs/google-cloud.md
- Docs Site Link: https://verdaccio.org/docs/google-cloud/
To Reproduce
- Visit [Docs > Google Cloud](ht
Current Behavior
UMD build doesn't support code-splitting and dynamic imports (rollup/rollup#3490, rollup/rollup#3491) due to Rollup current limitations, and tsdx cli don't accept the format option amd when creating build config
Suggested Solution
Consider support AMD module format, o
What would you like Renovate to be able to do?
As described in the following discussion: renovatebot/renovate#16847 I asked whether there is a way to configure multiple docker registries independantly to support image mirroring in kubernetes.
I want this feature to support a kubernetes infrastructure that use mirroring for image registries, and to avoid leaki
-
Updated
Jun 19, 2022 - CSS
-
Updated
Mar 30, 2022
-
Updated
Aug 1, 2022 - TypeScript
-
Updated
Jun 22, 2022 - JavaScript
Hooks for scopes get a double prefix, ie @@scope, when shown with the npm hook ls command. This is due to the response from the web request already including the prefix in the name field, and the following lines of code then locally adding the prefix again, duplicating it.
-
Updated
Jun 3, 2022 - TypeScript
-
Updated
Jul 26, 2022 - JavaScript
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jul 4, 2022 - JavaScript
-
Updated
Dec 9, 2021
-
Updated
Jul 24, 2022 - TypeScript
Feature Request
Contact Details
No response
What is your request?
Add an option to display an image with particle and interactivity like this https://codesandbox.io/s/react-particle-image-complex-pbzo9
tsParticles Version
nothing
Which library are you using?
Vanilla (tsparticles)
Code of Conduct
- I agree to follow t
-
Updated
Jul 29, 2022 - JavaScript
It could be called Apify.utils.puppeteer.extractMicrodata and look something like this: https://kb.apify.com/tips-and-tricks/scraping-data-from-websites-using-schemaorg-microdata
but ideally, it wouldn't use jQuery.
-
Updated
Jul 2, 2022 - JavaScript
Created by Isaac Z. Schlueter
Released January 12, 2010
- Organization
- npm
- Website
- www.npmjs.com
- Wikipedia
- Wikipedia


The package
react-fast-refreshis always added to the client bundle, adding 32kb of unused code (unminified), even ifhot-module-replacementis not present.When I'm not using React then I don't need it.
Using
DISABLE_REACT_FAST_REFRESHhas no effect, the package is still added to the client.Repro: