-
In our project, we have already pre-built the DevContainer and published as an image. By skipping this step it would reduce the time to run our pipeline on GitHub actions a lot.
Thanks.
-
Right now callers can pass their environment variables to modules by just reading them and setting them to function arg values, e.g. w/ the cli:
```
dagger call my-function --some-arg $SOME_ARG_VALU…
-
Hi @roelof89
I was trying to use Malboost webserver but it failed to load. Besides, while using CLI, I get the following error:
```
./launch.sh
667798:C 02 Jan 2024 15:34:59.512 # oO0OoO0Oo…
-
##
fails to start
If you run it manually via = node server.js = everything works.
## How could we reproduce this issue?
server.js
const express = require('express')
const traccar = re…
-
When you run, say, `npx webpack` in a terminal, NPX finds a `webpack` package somewhere and runs it. How to identify the exact location of the binary that NXP runs? I'm looking for a tool like [wh…
-
## I'm submitting a...
[ ] C:\ORGOSIAS\orgosias>ng add @ng-toolkit/universal
Installing packages for tooling via npm.
ERROR: Invalid rule result: Function().
ERROR: If you think that this erro…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### What version of Bun is running?
1.0.14+d8be3e51b
### What platform is your computer?
Microsoft Windows NT 10.0.22631.0 x64
### What steps can reproduce the bug?
1. bun add drizzle-orm postgre…
-
Hi!
Seems to be, the patch download doens't work for OneOff-patches.
Example patches:
oracle_sw_patches:
- filename: p36582781_190000_Linux-x86-64.zip
patchi…
-
I am facing an issue where I need to be able to pass extra arguments to the `graphql-codegen` command that can't be configured through the config file.
Is there a way to pass args to the command us…