장지훈

Results 13 comments of 장지훈

~I am using the public-hoist-pattern option in Monorepo as follows.~ ``` public-hoist-pattern[]='*webpack*' public-hoist-pattern[]='*babel*' public-hoist-pattern[]='*eslint*' public-hoist-pattern[]=buffer public-hoist-pattern[]=script-loader ``` ~`hoist=false` solves the jest issue, but I need to install the above libraries...

👍 oh Thank you for the quick commit

May I ask what the next issue is? And can I reproduce it? 🙇

Problem is ... ex) In bin, `export NODE_PATH=".../node_modules/.pnpm/node_modules` ``` /node_modules ㄴ /.pnpm ㄴ /node_nodules ㄴ jest-cli@26 /packages ㄴ /foo ㄴ jest@28 ㄴ /bar ㄴ jest@26 ``` I tried to run...

I can solved this issue by giving the hoist options to false. Is this the right solution? 🙇 ``` # .npmrc hoist=false ```

Thanks for the comment. we were forced to use it because it is legacy. We cleared all the public-hoist-pattern today. 👍

\# ➜ ln -s /opt/homebrew/opt/openssl /usr/local/opt/openssl export BUILD_LIBRDKAFKA=0 export LIBRARY_PATH="/opt/homebrew/Cellar/librdkafka/2.3.0/lib" export CPLUS_INCLUDE_PATH="/opt/homebrew/Cellar/librdkafka/2.3.0/include/librdkafka"

Thank you for your valuable feedback. I agree that while the library provides a variety of features, developers should have the control over them. I'm curious to know if other...

Sorry I am not good at English. as far as I understand it 1. Java's annotation works as a marking. 2. Lombok works at compilation time, which is similar to...