Eldar ^(;,;)^

Results 5 comments of Eldar ^(;,;)^

this is a very important step that is still missing. It wastes 10 minutes for each build I have. Mint's bootstraps need to be cached.

The `--with-openssl-dir` solution by @CARocha also worked to install ruby 3.3.0. I don't know why rvn insists on using openssl 1 instead of 3.

@atomicptr I was able to avoid tsx with the following work around: package.json ```json { "type": "module", "scripts": { "start": "node --loader ts-node/esm src/app.ts", "test": "c8 --reporter=html node --loader=ts-node/esm node_modules/mocha/lib/cli/cli.js...

@kamaslau I see it too, but I don't see any side effect from this warning. Everything works great. And since TypeScript is for development only, I can live with a...