David Meir-Levy

Results 146 comments of David Meir-Levy

BTW, working great on node 16.x

@treysis that's weird, isn't it? every domain is something that is made up to locate a target IP somewhere for someone. doesn't matter if it's localhost or google.com. it's either...

@raspy8766 that's a neat solution unfortunately for me, it won't work since I have a case with multi-tenancy, and there's a difference in dev between loading `localhost` to `127.0.0.1` to...

@chimurai I created a PR for changing the docs accordingly: https://github.com/chimurai/http-proxy-middleware/pull/783

can the implementation of workspaces include: 1. the ability to have separated node_modulues on each workspace. 2. the equivalent of `lerna exec` to execute any command inside the workspaces, even...

@factoidforrest yarn has `yarn exec` that can work on workspaces, so it's equivalent.

> > I prefer pnpm > > > > `npm/yarn/pnpm` are orthogonal to `lerna/turbo/rush`. One are package managers, the others are monorepo tools. He probably meant to pnpm workspaces. I...

I managed to workaround this using the wrapper component. In vue, I injected plugins using the component's context, like: const {app} = getCurrentInstance() app.use(mockRouter)

Hi! Thanks for the idea. Regarding NPM, they consider the latest publish as latest, even if it's not the actual latest version. 1.1.x - for Vue 2.0-2.6.x 1.2.x - for...

Nope. It imports reactivity functions from @vue/composition-api.