David Flanagan

Results 95 issues of David Flanagan

### What are you trying to do? Use generics to construct classes within a single function, to provide an easy to use NodeJS factory function for any package manager. ```ts...

area/sdk/typescript

### What are you trying to do? I am writing a Dagger Module that tests a local Dagger Module. For this, I want the runtime to be Bun; but specifically...

### What are you trying to do? I'd like to be able to decoration functions and be able to run them as a group. ```ts @func() @label(["Test"]) myFunction () {...

### What is the issue? Functions annoated with `@func()` on abstract classes are not visible when extended to a concrete class. ### Dagger version v0.12.7 ### Steps to reproduce I've...

area/sdk/typescript

I have a monorepository and pre-commit hooks just don't work at this level. However, I do wish to make it trivial to check changes before pushing. I'd like to be...

enhancement

https://github.com/arkanelinux/arkdep

### What are you trying to do? When we write a Dagger module, we need a `package.json`, `go.mod`, etc. These files contain version information that can be consumed by the...

area/daggerverse

Currently using the flake to bring fluentci-engine to my NixOS host is very slow. Would be nice to build this on CI and push to Cachix.

enhancement

### What problem are you trying to solve? I have many services that need access to a common secret ### Describe the solution you'd like Org level environment which are...

enhancement