Nikolai Zujev

Results 11 issues of Nikolai Zujev

Since `aws configure [--profile ]` splits credentials and configs into 2 different files, both should be respected.

Switch to getopt to parse arguments. make [-c|--config] as optional parameter

Allow to pass installation path and misc optimizations

Declaration in [service_upstart.go#L72](https://github.com/aelsabbahy/goss/blob/291b44151057d373db7523797e8d6bd5c7488ce0/system/service_upstart.go#L72) is incorrect command to run. this one is for `SysV`: ``` cmd := util.NewCommand("service", s.service, "status") ``` this one is for `Upstart`: ``` cmd := util.NewCommand("initctl", "status",...

bug
approved

Would be good to have support of GeoJSON as input data, eg. integration with [jmikola/geojson](https://github.com/jmikola/geojson) could do the trick.

@evulse I get stuck with complex json struct. Could you pls adjust following liquid code with usage of `shopify-json-parser`? ```liquid {% assign json = product.metafields.my_ns.complex_json %} {% unless json ==...

It would be great to extend coverage of Terraform files (`.tf`, `.tfvars`) mentioned in #203 with `.hcl` files, this is used by Packer and terragrunt.

## Description Running `terragrunt plan --terragrunt-no-auto-init` on clean directory just after `terragrunt init`, raises confusing warning that **init is needed**. On 1st clean init `previousVersion` is always empty, therefore no...

Affected versions: **1.x** & **2.x** ApiDocBundle ([2.13.2](https://github.com/nelmio/NelmioApiDocBundle/blob/2.13.2/Formatter/HtmlFormatter.php#L240)) embeds full jQuery lib as `js` payload directly into the `` section. This JS code contains following: ```js ... (f.support.boxModel?"":"")+""),cl.close() ... ``` So...

bug

I've noticed one limitation during developing REST API for the project. Default configuration is: ``` lunetics_locale: strict_mode: true allowed_locales: %conf_locale_available% guessing_order: - router - cookie - browser cookie: set_on_change: true...