- 🌍 I'm based in Porto Velho - Brazil
- ✉️ You can contact me at gustavo.iuri@gmail.com
My GitHub Stats
My GitHub Stats
A robust Laravel 11 starter kit incorporating Tailwind CSS, MaryUI, and DaisyUI. Ideal for quickly setting up modern, responsive web applications with a beautiful UI framework.
PHP 5
// Based on rule created by Michael Rush and original send-to-slack by YouTrack team
// IMPORTANT: Use a valid Incoming Webhook from Discord. See Server Integrations Page for details https://support.discord.com/hc/pt-br/articles/360045093012
// https://medium.com/@gustavo.iuri/youtracks-send-to-discord-workflow-faab7a9f7431
// Ex: https://discord.com/api/webhooks/{webhook.id}/{webhook.token}
format = """
[ ](bg:#f8f8f2 fg:232)\
[](bg:#9580ff fg:#f8f8f2)\
$directory\
[](fg:#9580ff bg:#f1fa8c)\
function inspect_docker_images() {
docker image inspect --format '{{.ID}} {{.Architecture}}/{{.Os}} {{.Size}} {{if .RepoTags}} {{join .RepoTags " , "}} {{else}} {{index .Config.Labels "com.docker.compose.service"}} {{end}} {{index .Config.Labels "com.docker.compose.project"}}' $(docker image ls -q) | \
awk 'BEGIN {
printf "%s, %s, %s, %s, %s\n", "SIZE", "IMAGE" , "ARCH", "PROJECT", "SERVICE/REPO"
} {
Forked from giorgiopogliani/twig-components
Twig components inspired from blade components for silex
PHP