Pinned
1,096 contributions in the last year
Less
More
Contribution activity
April 2021
Created 26 commits in 5 repositories
Created 1 repository
- merceyz/SkeldJS TypeScript
Created a pull request in yarnpkg/berry that received 7 comments
perf(core): concat strings before computing hash
What's the problem this PR addresses?
hashUtils.makeHash calls Hash.update for every argument
How did you fix it?
Concat all string arguments in a …
+46
−2
•
7
comments
Opened 23 other pull requests in 6 repositories
yarnpkg/berry
2
open
13
merged
- fix(compat): typescript directory watching in tsserver
- perf(core): avoid persisting install state if it didn't change
- fix(plugin-pnp): delete stale build state when unplugged folder is missing
-
fix(eslint)!: patch ESLint and use
dependenciesinstead ofpeerDependencies -
chore: use
workspace:*fordevDependencieson other workspaces - fix(pnpify): avoid importing from sources
- fix(dlx): use binary name if package name doesn't match
- fix(core): handle escaped slash after scope in LegacyMigrationResolver
- docs: remove yarnUpgradePath
- perf(core): run convertToZip in parallel
- feat(dlx): allow specifying an array of packages
- fix(dlx): set enableGlobalCache to the opposite of the current value
- fix(core)!: devirtualize descriptor in tryWorkspaceByDescriptor
-
perf(pnp): optimize
findPackageLocator - test(node-modules): hoisting limit for nested workspaces
arcanis/TypeScript
2
open
vercel/next.js
1
open
1
merged
storybookjs/storybook
2
merged
SkeldJS/SkeldJS
1
merged
nodejs/corepack
1
open
Reviewed 25 pull requests in 9 repositories
yarnpkg/berry 15 pull requests
- docs: Fix incorrect link in pnpapi docs
- fix(pnpify): make go to definition work with coc.nvim
- Adds new compat extensions
- fix(core): throw if cache is missing when immutable
-
fix(eslint)!: patch ESLint and use
dependenciesinstead ofpeerDependencies - fix(plugin-pnp): fix build script disabled logging
- docs: fix plugin example for using hooks
-
docs: change references to
--frozen-lockfileto--immutable - perf(core): run convertToZip in parallel
-
fix(core): update
Manifest.rawwhen persisting a Workspace - feat(dlx): allow specifying an array of packages
- docs: fix typo for the YN0004 error code
-
fix(workspace-tools): don't follow dev dependencies for
focus --production - docs(version): fix typo in apply details
-
perf(pnp): optimize
findPackageLocator
vercel/next.js 2 pull requests
storybookjs/storybook 2 pull requests
ForestAdmin/forest-express 1 pull request
eclipse-che/che-dashboard 1 pull request
sveltejs/kit 1 pull request
typeorm/typeorm 1 pull request
cypress-io/cypress 1 pull request
theia-ide/typescript-language-server 1 pull request
Created an issue in mikro-orm/mikro-orm that received 4 comments
Support index hints with the QueryBuilder
Is your feature request related to a problem? Please describe. The MySQL query optimizer needs a little help choosing the right index every now and…
4
comments