Phil Larson

Results 5 issues of Phil Larson

First PR for this repository. I needed to make the sidebar icons bigger so I reconfigured `SidebarItemsConfiguration` to not be private. ## Pre-launch Checklist - [ ] I have incremented...

research required

## What kind of change does this PR introduce? Bug fix - Corrects the OpenAPI schema definition by removing invalid required field specifications. ## What is the current behavior? I...

`extraNixArgs` is useful for passing `—show-trace` to rebuild like: ``` nixos-unified.extraNixArgs = [ "--show-trace" ]; ``` Should resolve #61

This allows builds with an explicit `Dockerfile` to include files from the build context. The build process now includes all files in the specified build context directory. This is because...

This changes the handling of container names to allow explicit naming in the `docker-compose.yml` file for projects and containers. This approach aligns with the typical usage of Docker Compose, where...