Vasek - Tom C
Vasek - Tom C
It seems I can really decrease the time using `yarn` and I'm not hitting an issue (almost by 2 globally) Based on this [benchmark](https://nodesource.com/blog/nodejs-package-manager-comparative-guide-2024/#:~:text=Even%20though%20npm%20and%20yarn,pnpm%20is%20faster%20than%20Yarn.), yarn is faster in cold start...
For the latest update about SDK performance improvement, see: https://github.com/dagger/dagger/pull/7096#issuecomment-2123537679
We discuss about couple of improvement that could be done on the TS SDK to improve runtime performances: - Store the result of the scan into a file during the...
Quick update on that one, https://github.com/dagger/dagger/pull/7864 could unlock a possible optimization on the setup by removing the `sdk install` part, it seems that by only using the lockfile, we can...
I removed the `sdk/typescript` label since it's not directly linked to typescript. Also @shykes since you made a new proposal, should we close this issue?
I'm currently stuck by https://github.com/open-telemetry/opentelemetry-js/commit/34387774caaa15307e8586206f1ca2e6df96605f that need to be released in order to complete the OTPL implementation. I'm still trying to find a workaround, the issue is that data are...
The PR has no integration tests but I manually tested. @vito @helderco Do you have any idea how I can tests that?
It seems there's an issue with Bun regarding the hooks, I'm confused /cc @benjaminstrasser
@helderco @benjaminstrasser I did some update that may fix the Bun issue, I'm waiting for the CI
I have a weird error here