Konrad

Results 6 comments of Konrad

Will it ever be implemented? `5h1m` and `3 days 1 minute` doesn't work (returns `NaN:NaN:NaN.NaN (-NaN:NaN)`)

Maybe instead of changing `get` it would be much more user-friendly to add `resolve` method which will await for async factories to finish and always returns Promise? Something like ```ts...

Any chance of addressing this issue, anyone?

Any update on this? Ability to dump console.log contents to file could be much more helpful than dumping screenshot / video recordings, at least on CI.

This bug still exists in [email protected] with monorepo (turborepo). For example if I install package `@remix-run/node` which requires `@remix-run/server-runtime` the latter is installed only in root `node_modules` but there is...

I was able t generate a flat and portable structure of node_modules for monorepo (turborepo) and common packages working with [email protected] using command: `pnpm --config.shamefully-hoist=true --config.node-linker=hoisted deploy --filter="my-app" --prod standalone`...