I hereby claim:
- I am busla on github.
- I am busla (https://keybase.io/busla) on keybase.
- I have a public key ASBEuur8FKWA2HPMQJJkdKg3-E2q6AeJ-RMlVD2kSW35oAo
To claim this, I am signing this object:
| #!/bin/bash | |
| # Inspired by: https://github.com/bulgariamitko/flutterflowtutorials/blob/main/Linux%20App%20(unofficial)/ff-run.sh | |
| # Adjusted for Fedora toolbox | |
| command_exists() { | |
| command -v "$1" >/dev/null 2>&1 | |
| } | |
| # Check for required environment variables | 
I hereby claim:
To claim this, I am signing this object:
| # emoji list obtained from https://gist.github.com/BuonOmo/77b75349c517defb01ef1097e72227af | |
| emoji_grinning_face=😀 | |
| emoji_grinning_face_with_big_eyes=😃 | |
| emoji_grinning_face_with_smiling_eyes=😄 | |
| emoji_beaming_face_with_smiling_eyes=😁 | |
| emoji_grinning_squinting_face=😆 | |
| emoji_grinning_face_with_sweat=😅 | |
| emoji_rolling_on_the_floor_laughing=🤣 | |
| emoji_face_with_tears_of_joy=😂 | |
| emoji_slightly_smiling_face=🙂 | 
| #!/bin/bash | |
| : <<'SHOWSTOPPER_DOC' | |
| --------------------------------------------------------- | |
| Issue: Inability to Write to the 'completed_at' Field in Asana | |
| --------------------------------------------------------- | |
| Migrating to a new project management system like Asana is a significant undertaking, which we undertake with the goal of | |
| improving our workflows and increasing productivity. One of the pivotal aspects of such a migration is ensuring the | |
| continuity and integrity of our historical data. | 
| #!/bin/bash | |
| set -eoux pipefail | |
| PROJECT_DIR="$(git rev-parse --show-toplevel)" | |
| TF_ROOT="${PROJECT_DIR}/terraform" | |
| function info() { | |
| local msg | |
| msg="${1}" | 
| { | |
| "results": [ | |
| { | |
| "id": 320532, | |
| "fkdictionary": "EDLISFR", | |
| "category": "", | |
| "subcategory": "", | |
| "registerdate": "2004-03-22T11:05:10", | |
| "words": [ | |
| { | 
| # Take from here: https://community.home-assistant.io/t/deconz-ikea-tradfri-open-close-including-press-and-hold/328845?u=vanmak | |
| blueprint: | |
| name: deCONZ - IKEA Tradfri open/close switch | |
| description: | | |
| "Control Furtur roller blind with IKEA Tradfri open/close switch | |
| Select the Tradfri remote and your blinds. | |
| You can open or close the blinds all the way with a single click, hold the button down to adjust them, or hit the opposing button while in motion to stop them." | |
| domain: automation | |
| input: | 
| #!/bin/bash | |
| # This script is intended to make switching between laptop and external displays easier when using i3+dmenu | |
| # To run this script, map it to some shortcut in your i3 config, e.g: | |
| # bindsym $mod+p exec --no-startup-id $config/display.sh |