Kyle Penfound

Results 21 issues of Kyle Penfound

To properly utilize the worker/controller options in systemd, the unit should be named `[email protected]` This will enable `systemctl start [email protected]` or `systemctl start [email protected]`

The Go code under `/app` uses mutable globals which makes state hard to debug, creates opportunities for race conditions, and makes unit testing difficult. Some examples of what I'm referring...

Signed-off-by: kpenfound Resolves https://github.com/dagger/dagger/issues/3630 todo: - [ ] Wait for https://github.com/dagger/dagger/pull/3632, https://github.com/dagger/dagger/pull/3608, or https://github.com/dagger/dagger/pull/3638 to get merged - [ ] Rebase - [ ] Update sidebar and guides page

Help topic on discord: https://discord.com/channels/707636530424053791/1038116361878126723 > Is there any easy or recommended way to build projects with private go modules? I can use GITHUB TOKEN and GOPRIVATE combination in git...

This is happening on main, but not on version 0.9.8 Repro: ```sh git clone -b daggerize https://github.com/kpenfound/example-voting-app cd example-voting-app dagger functions ``` The module has 4 local module dependencies and...

kind/bug
zenith

This appears to be a regression introduced in 0.10.2, things work as expected in 0.10.1 From @nipuna-perera on Discord: Basically run (container A + service). file = get file from...

Add some CI/CD to create Github releases with the built encircle binary

Bootstrap the unit tests with a reasonable amount of coverage

Parent issue for tracking types of Steps that circleci supports: https://circleci.com/docs/configuration-reference/#steps

Run workflows in parallel like they would in circleci and handle logging appropriately