marosivanco

Results 2 issues of marosivanco

Could you please consider replacement of openssl with libressl? Or fork of the project which would use libressl? Both libraries cannot be installed at the same time and I am...

### Summary We have a huge monorepo with yarn workspaces. The codebase has the following structure: ``` /app1 /page1 /page2 ... tsconfig.json webpack.config.js /app2 /page1 /page2 ... tsconfig.json webpack.config.js ......

question