I hereby claim:
- I am lowess on github.
- I am lowess (https://keybase.io/lowess) on keybase.
- I have a public key ASC-gBD_TaZM1Pa5crVba7Tr2mgoVdj8sAoaRci3NukWfgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
repos: | |
- repo: https://github.com/lowess/pre-commit-hooks | |
rev: v1.2.0 # Get the latest from: https://github.com/lowess/pre-commit-hooks/releases | |
hooks: | |
- id: jinja2-render-template | |
name: Render atlantis.yaml configuration | |
args: | |
- atlantis.j2 | |
- --output | |
- atlantis.yaml |
(MLE-297-Fix-naming-for-prometheus) $ ./prepare-commit-msg.sh 'Fix featureA in controller' | |
[MLE-297] Fix featureA in controller |
[Unit] | |
Description=launch chromium | |
[Service] | |
User=pi | |
Environment=DISPLAY=:0 | |
ExecStart=/usr/bin/chromium-browser --kiosk --disable-session-crashed-bubble 127.0.0.1 | |
[Install] | |
[email protected] |
[profile] | |
layer_height = 0.2 | |
wall_thickness = 1.2 | |
retraction_enable = True | |
solid_layer_thickness = 1.2 | |
fill_density = 20 | |
print_speed = 50 | |
print_temperature = 210 | |
print_temperature2 = 0 | |
print_temperature3 = 0 |
Kafka 0.11.0.0 (Confluent 3.3.0) added support to manipulate offsets for a consumer group via cli kafka-consumer-groups
command.
kafka-consumer-groups --bootstrap-server <kafkahost:port> --group <group_id> --describe
Note the values under "CURRENT-OFFSET" and "LOG-END-OFFSET". "CURRENT-OFFSET" is the offset where this consumer group is currently at in each of the partitions.
resource "aws_security_group" "sg" { | |
vpc_id = "${var.vpc}" | |
name = "${var.name}" | |
description = "${var.description}" | |
tags = "${merge(var.tags, map("Name", format("%s", var.name)))}" | |
} | |
resource "aws_security_group_rule" "sg_rule_sg_ids" { | |
count = "${length(var.inbound_sources) * (var.add_rules ? 1 : 0)}" | |
type = "${var.type}" |
People
![]() :bowtie: |
π :smile: |
π :laughing: |
---|---|---|
π :blush: |
π :smiley: |
:relaxed: |
π :smirk: |
π :heart_eyes: |
π :kissing_heart: |
π :kissing_closed_eyes: |
π³ :flushed: |
π :relieved: |
π :satisfied: |
π :grin: |
π :wink: |
π :stuck_out_tongue_winking_eye: |
π :stuck_out_tongue_closed_eyes: |
π :grinning: |
π :kissing: |
π :kissing_smiling_eyes: |
π :stuck_out_tongue: |
π repo_root/
π Jenkinsfile (has no file extension, references tasks in xx_BUILD_STEP folders below)
π 01_BUILD/
π _build.sh
Dockerfile.build
(optional - add more files for BUILD stage here)
π 02_UNIT_TESTS/
ANSIBLE_DEBUG=y ansible <EC2_ID> -s -m shell -a '/bin/true' -vvvvv |