Aleksey @soar Smyrnov

Results 11 issues of Aleksey @soar Smyrnov

This flag adds an ability to print JSON lines as formatted (and, optionally, highlighted) text. Supports `--query` and `--color` options. Before: ``` awslogs get RDSOSMetrics instance-id --query '{engine: engine, uptime:...

This happened after updating to 18.* branch. At this moment I have `18.03.0-ce-rc4-win57 (16511)` build and my `vpnkit.exe` steals gigabytes of RAM in 2-3 hours with 2 containers running. Like...

Now Ansible provides feature to paste encoded with `ansible-vault` variables inline like this: ```yaml --- key: !vault | $ANSIBLE_VAULT;1.1;AES256 33346464626335333265366530306333125151475745784844574361303634323932636131363331 6436653764653763676213627864242342342342343566370a623754757542396264383238323239 61626661423425356335396130333663363213213213216639653665616637547549343763306466 33363631354534664363463463463439343262306237333234656434666334643534574432373737 3731 ``` You can find documentation here:...

https://jibrelnetwork.atlassian.net/browse/DEVOPS-408 We have some problems: - Jest can't execute tests - `xml` report generated by Jest has no valid information - coverage report doesn't contain `xml` in Junit format -...

by default, Ansible allows following msiexec.exe exit codes: - `0` for success - `3010` for "reboot required" state but there is another code - [1603](https://learn.microsoft.com/en-us/troubleshoot/windows-server/application-management/msi-installation-error-1603), for cases, when the package...

**Describe the bug** I had SCM plugin installed and configured, but it stopped to work after upgrading from Rundeck 3.x to Rundeck 5.x. When I try to re-enable it with...

## what Fix typo in the `principals_pull_through_access` variable ```diff - principals_pull_though_access + principals_pull_through_access ``` ## why Just making the code a little bit cleaner ## references

triage

When new TableBlock is used with default TabbedInterface - all works fine: ``` python from wagtail.contrib.table_block.blocks import TableBlock from wagtail.wagtailadmin.edit_handlers import StreamFieldPanel from wagtail.wagtailcore.fields import StreamField from wagtail.wagtailcore.models import Page...

type:Bug

## what Add `--locked` to `cargo install` in release script ## why https://doc.rust-lang.org/cargo/commands/cargo-install.html#dealing-with-the-lockfile Without this option, fresh builds from `master` fail for me