Andrei Alecu

Results 277 comments of Andrei Alecu

I ran this from sources. Here's the error unminified: ``` [Error - 11:30:20 PM] Tailwind CSS: Maximum call stack size exceeded Error at new SilentError (/Users/andreialecu/Work/contrib/tailwindcss-intellisense/packages/vscode-tailwindcss/dist/server/index.js:44804:18) at /Users/andreialecu/Work/contrib/tailwindcss-intellisense/packages/vscode-tailwindcss/dist/server/index.js:49446:27 at Generator.next...

Upon further digging into this, it seems to be an issue in Yarn. Probably related to `pnpIgnorePatterns`. Will close it as an upstream issue.

I'll reopen this, upon further discussion with @merceyz (core Yarn contributor) it seems like https://github.com/webpack/enhanced-resolve/pull/301 is supposed to fix this. However, there's one change needed to the extension after that...

I have a slightly different use case in mind for this feature. Originally wrote it on Discord, but copying it here for posterity: One of the downsides of monorepos seems...

I have created a pretty simple Yarn 2 plugin that will create a separate `yarn.lock-workspace` for each workspace in a monorepo: https://github.com/andreialecu/yarn-plugin-workspace-lockfile I haven't yet fully tested it, but it...

@jakebailey do note that there are two plugins: for deployment: https://gitlab.com/Larry1123/yarn-contrib/-/tree/master/packages/plugin-production-install for development: https://github.com/andreialecu/yarn-plugin-workspace-lockfile Feel free to take either of them and fork them. If you end up testing mine...

I think it is caused by this line: https://github.com/ilearnio/module-alias/blob/dev/index.js#L166 The order of the items in the array should be reversed.

Take a look here: https://github.com/aws-amplify/amplify-js/issues/5296#issuecomment-609059682 You can supply the `Authorization` header instead, and the url will remain static.

@boraikizoglu How are you generating the URL? As you can see it has an expiration date tied to it. Storing signed URLs in a database is not recommended. The link...

As an alternative, check out https://github.com/PedroBern/react-native-collapsible-segmented-view