Skip to content

Instantly share code, notes, and snippets.

View yookoala's full-sized avatar

Koala Yeung yookoala

  • Pixel Action Studio
  • Hong Kong
  • 18:46 (UTC +08:00)
View GitHub Profile
@yookoala
yookoala / drush_launch_function.sh
Created June 14, 2024 10:30
A replacement bash function for the old drush launcher
#!/bin/bash
#
# Drush launcher no longer works in Druapl 10 because of
# the TTY check in the new Symfony's Process implementation.
#
# This script search for a "vendor/bin/drush" in the current
# folder herichey and proxy parameters to that drush. Feels
# like old launcher behaviour.
#
@yookoala
yookoala / .env.example
Last active February 14, 2025 03:14
A very simple mistral example
# API Key
MISTRAL_API_KEY="some-api-key"
# Model used
#MISTRAL_MODEL="mistral-large-latest"
MISTRAL_MODEL="mistral-tiny"