title | cascade | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Index |
|
Index page
title | cascade | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
Index |
|
Index page
udisksctl dump -> ejectable!!! /dev/sda |
grep -ir "python3_{10..11}" /var/db/repos/gentoo/* | wc -l
################################################### | |
# | |
# ThinkPad T480 | |
# | |
# i7-8550U, 9th Gen Intel GFX, SSD WD NS720 512G | |
# | |
################################################### | |
# Prefer stability over agressive optimizations | |
# Use '-march=native' since working fine; check: 'echo | gcc -### -E - -march=native' |
echo 'security.protocol=SSL' > ~/kafka-client.properties | |
export KAFKA_HEAP_OPTS='-Xmx2g' | |
# ./bin/kafka-consumer-groups.sh --bootstrap-server <host:port> --timeout 15000 --command-config kafka-client.properties --group '<consumer_group_name>' --topic '<topic>:<partition>' --reset-offsets --to-offset <offset> --dry-run | |
./bin/kafka-consumer-groups.sh --bootstrap-server '...amazonaws.com:9094' --timeout 15000 --command-config ~/kafka-client.properties --group 'kestra_executor_main' --topic 'kestra_execution:7' --reset-offsets --to-offset 8915 --dry-run | |
# append '--execute' to commit |
https://github.com/tchiotludo/akhq/blob/0377877a2e55c2fc4b78394062c1bfefb61206b9/client/src/containers/Topic/Topic/TopicData/TopicData.jsx#L36 | |
https://github.com/tchiotludo/akhq/blob/0377877a2e55c2fc4b78394062c1bfefb61206b9/client/src/containers/Topic/Topic/TopicData/TopicData.jsx#L474 | |
https://github.com/remix-run/remix/issues/2813#issuecomment-1458138043 | |
https://stackoverflow.com/a/71205013/2088053 |
https://dofsimulator.net/en/?x=EQaAyQEGgAAMIkwkAAADgAA |
<template> | |
<el-select | |
:model-value="options" | |
@update:model-value="onInput" | |
multiple | |
filterable | |
allow-create | |
default-first-option | |
clearable | |
collapse-tags |