Vasek - Tom C
Vasek - Tom C
It looks important to handle this method to stop the server : https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#exit
Currently plan loading is not concurrency compliant. This could be problematic because a user can open two plan in a click. Since the loading is done by reading the file...
### What are you trying to do? Expose the GraphQL client directory from the `dag` variable See https://discord.com/channels/707636530424053791/1230428619755753553 ### Why is this important to you? Allow greater flexibility and special...
Follow-up on https://github.com/dagger/dagger/pull/6835 ## Support Open Telemetry Traces on the TypeScript SDK - Expose a new functions in the SDK named `withTracer` to create custom spans on the Dagger Cloud...
Following https://github.com/dagger/dagger/issues/7093, I found that most of the time is spent downloading dependencies, it seems I can drastically reduce the download time using `yarn` and the `--production` flag to only...
This issue aims to regroup all my tests and dig into the SDK performances improvement. ## Init - Env: compiled a binary from main: (bdce95d0abfa9014a35f5e3962a64afce03d5fca) - Use dagger cli `v0.11.0`...
This tool need a proper CI/CD with: - A linter that run in Ga - Unit test that run in GA - A release process We can use [dagger](https://dagger.io) to...
I want to use the Dagger Module to install CLI in order to create a publish module. However I have an error when I try to install the CLI. ###...
### API changes This PR updates the `Function` and `FunctionArg` from our engine API to support `defaultPathFromContext` ```gql # Function withArg( """ If the argument is a Directory or File...
Following up on https://github.com/dagger/dagger/pull/7852, this PR uses the `packageManager` field of the `package.json` to use the correct package manager. If not, it detect the used lockfile. This PR also includes...