theirix

Results 10 issues of theirix

Add support for loading Terraform files with a `moved` block from Terraform 1.1. PR does not check for Terraform version and parses a `moved` block with a new 0.12 parser....

Terraform 1.1 introduces a new syntax element - [`moved` block](https://www.terraform.io/language/modules/develop/refactoring#moved-block-syntax). Currently `config-lint` cannot parse files with this block. Input file: ```hcl variable "vpc_id" { type = string } moved {...

**Description** docker compose up fails with "ClusterNotFoundException: Cluster not found" when an ECS cluster is precreated. **Steps to reproduce the issue:** 1. Precreate all needed resources (VPC, ALB, ECS Cluster)....

ecs

File `de265-version.h` cannot be properly installed in out-of-source builds because it is listed in `libde265_headers`. Reproducing: ```shell mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/tmp/libde265-inst .. && make && make...

Maybe somebody doesn't like that their menubar is blinking with everchanging seconds. So I added a preference to show only minutes in menubar.

Currently, bookmarks are not shown on the map. If the user chooses GPS -> Bookmarks -> Tap a bookmark, only a large bounding box is shown without any clues where...

Enhancement

Allows to put unmodified data to Consul KV. Currently written value is always quoted. Closes #49

question

Existing published wheels do not include the native C extension `inside_polygon_ext`. The default distribution could be quite slow if the library consumer doesn't install Clang, GCC, and ffi-dev to build...