vroad

Results 20 issues of vroad

**Is your feature request related to a problem? Please describe.** My app's image is based on laradock php-fpm image, and is built with GitHub actions. Instead of installing PHP extensions...

Type: Feature Request

#### Current Behavior I installed starship to my MacBook Pro with nix, nix-darwin and home-manager's starship module. I noticed that if previous command's output only contains single line, the command's...

🐛 bug
needs info

Could we add a new finisher method that wraps `*sql.Rows`, so that we could iterate over rows without loading all of them at once? I found that `Query` finisher returns...

enhancement
feature request

I executed following commands to run nix-index inside a container. ``` docker run --rm -it nixos/nix ash ``` ``` nix-env -iA nixpkgs.nix-index nix-index ``` Fails without useful info on errors....

- [x] feature Is it possible for child resolvers to define required fields (`fragment`), so that they are automatically added to the remote query, like in `graphql-tools`? https://www.apollographql.com/docs/graphql-tools/schema-stitching.html

I set up my self-hosted runner on AWS with [philips-labs/terraform-aws-github-runner](https://github.com/philips-labs/terraform-aws-github-runner), and found that python programs fails to fetch from HTTPS URLs without environment variable `NIX_SSL_CERT_FILE`. Only occured with Amazon Linux...

I updated @danielfullmer 's PR (#114) to build with the latest version of waydroid. I tested the image on waydroid. It successfully booted, and I haven't found problems specific to...

### Terraform Version Terraform v0.12.12 + provider.template v2.1.2 ### Affected Resource(s) - template_dir ### Terraform Configuration Files Only occurs with source directory that contains subdirectories ~~https://github.com/poseidon/terraform-render-bootstrap/blob/10d9cec5c256f4622712bf01448df1a2befc37c8/assets.tf#L18-L32~~ ``` input └── manifests...

**Is your feature request related to a problem? Please describe.** I'd like to be able to install the provider from hashicorp's official registry on Terraform 0.13. https://www.terraform.io/docs/registry/providers/publishing.html **Describe the solution...

Could we omit instance id from DNS name template, and use this module just as a way to create a DNS record to access nodes in ASG with stable DNS...