Rick

Results 32 comments of Rick

dfpdfpdsfpn

You have no choice. Yarn will install everything in the repo root and create symlinks in your packages/app/node_modules/.bin/ folder pointing to it. Given that other packages have the same or...

Actually found the problem already very quickly looking at the code. Find-up is not the right way. Right now it is basically doing "../“ until it finds a node_modules folder...

Using jest rootDir which commonly is the package root not the repo root... I think packages shouldnt explicitly know they live in a mono-repo. Worse: if other packages have different...

2020 now. Firebase functions are still snowflakes ![image](https://user-images.githubusercontent.com/293519/74402063-74e1d300-4e23-11ea-8b95-b1a803806650.png) ![image](https://user-images.githubusercontent.com/293519/74402104-93e06500-4e23-11ea-82e5-ac8f7a6cd986.png)

missing libs like this in deno hurts ❤️

I also have this issue using vite --version: `vite/4.1.4 darwin-x64 node-v18.14.0` vite dev server works. When i try to build i get `RollupError`: ``` "getAugmentedNamespace" is not exported by "commonjsHelpers.js",...

We are just using connection-strings with the `sslmode` param attached, maybe you can add it the same way to your host option? We also didn't get knex to work with...

https://gofore.com/ohjelmistokehitys/stop-using-bower/ been bitten by this before

> Am I doing something wrong? You are adding markup to your code. I still had no one explain the "beauty" of react to me. Just use brace and brackets...