Favo Yang

Results 73 comments of Favo Yang

@benjamine https://github.com/verdaccio/monorepo/pull/275#issuecomment-719120927 > This is so close :), is there anything beyond conflict solving we can help here? Thanks! Thanks for taking care of it. If you follow the related...

I closed https://github.com/verdaccio/monorepo/pull/275. Anyone who has more energy can propose an implementation of solution A using a locking mechanism.

Which command/endpoint raises this error? And how many packages in the repository?

If you're using AWS s3 (not another vendor), it has a [high throttling](https://aws.amazon.com/premiumsupport/knowledge-center/s3-request-limit-avoid-throttling/) per prefix in an S3 bucket. It is usually unlikely to happen when hitting the individual endpoints,...

Please fill this form to continue: https://github.com/openupm/openupm/issues/new?assignees=&labels=&template=unpublish_package.md

I think this is caused by a hidden unicode `\ufeff` (bom of utf16 or utf32). Which is unnecessary for utf8 encoded markdown file. You can remove the "red dot' from...

I can confirm that my build memory continuously grows as the project grows. Now my project has 1300+ pages, and it requires 6GB (`export NODE_OPTIONS="--max-old-space-size=6144"`). GitHub build-bot provides us 7GB...

Related: https://github.com/vercel/serve-handler/issues/133

I assume you can always eject a package to local (move it from `Library/PackageCache/` to `Packages/`, without changing the manifest.json file. Then Unity will search local packages first (at the...

@Thaina, got your point. But seems there's not much we can do from a public registry. But you may achieve something similar with other approaches: - Put your shared/in-development package...