Alan Young

Results 19 issues of Alan Young

CodeA must be done before DocB and TestC. FixupD can't be done until DocB and TestC are done. Then there are tasks that are waiting for FixupD to be done....

The tests are based on the [original bats](https://github.com/sstephenson/bats) but that version is no longer maintained. I'd like to update these tests, and add some fail tests using the [new bats](https://github.com/bats-core/bats-core),...

I'm using [this code](https://github.com/GoogleCloudPlatform/cloud-foundation-fabric/blob/16e14fdb0a381d79c74ac45eafa20b9548e74188/modules/net-interconnect-attachment-direct/main.tf#L27). ```hcl resource "google_compute_router" "router" { count = var.router_create ? 1 : 0 project = var.project_id region = var.region name = var.router_name == "" ? "router-${var.name}" :...

bug

I want to open my terminal window in the bottom right corner of my screen. The standard format for this parameter is `ROWXCOL[[+-]VERT_OFFSET[+-]HORIZ_OFFSET]`, where plus and minus is offset from...

If I have a file with `content` as a key in the frontmatter, frontmatter dies a horrible death. Example markdown file (`test.md`): ```markdown --- content: bad key --- Ooops! ```...

I would like to be able to add options to the Template->new call from the config file, though not necessarily from the command line. I'm not familiar with Moose or...

## Feature Request **Feature description:** Support testing the `terraform {}` block, to ensure a minimum version, specific providers and versions, etc. **Suggested Solution description ( if you have any ):**...

enhancement

It would be really useful to have the option to add labels directly when creating a bug, particularly when I'm importing a bunch of tasks or projects manually from a...

```bash $ pdx load bin/* lib/* 🚨 Failed to load context → Error committing changes → Error committing files to git repository for dir → /root/plandex-server/orgs/0368f56f-0794-4a83-8324-0392b07e4338/plans/3b6546fe-6408-4d3b-bfa3-b62df1cb3d3f, err → Exit status...

good first issue

Plandex should support the [XDG Base Directory Spec](https://wiki.archlinux.org/title/XDG_Base_Directory) where possible. Basically, if `$XDG_CONFIG_HOME` is set, then the directory used for the JSON and other files should be `$XDG_CONFIG_HOM/plandex/`. This is...

good first issue