Installing mysql2 gem errors on Apple silicon M1, M2 or M3 Mac running macOS Sonoma.
Make sure mysql-client, openssl and zstd are installed on Mac via Homebrew.
Replace
mysql-clientwith whichever mysql package you are using
Main URL: fip.fr
Wikipedia: en.wikipedia.org/wiki/FIP_(radio_station)
Mobile apps: Android / iOS
Direct streams for your listening pleasure
| # Prerequisites: | |
| # - Create a secret with your PAT token. Permissions needed: repo (all) and read:org | |
| # - Create the HELLO_WORLD secret in your environment with some dummy initial value | |
| # | |
| # Notes: | |
| # - You can tell that it works because it masks the secret_body in the echo secret step after it creates the secret 😄 | |
| # - If you don't want to have to pass --repo to gh secret set, then put the actions/checkout@v2 step before the gh secret set step | |
| name: gh-set-secret |
Tea leaves thwart those who court catastrophe,
designing futures where nothing will occur:
cross the gypsy’s palm and yawning she
will still predict no perils left to conquer.
Jeopardy is jejune now: naïve knight
finds ogres out-of-date and dragons unheard
of, while blasé princesses indict
tilts at terror as downright absurd.
Tea leaves thwart those who court catastrophe,
designing futures where nothing will occur:
cross the gypsy’s palm and yawning she
will still predict no perils left to conquer.
Jeopardy is jejune now: naïve knight
finds ogres out-of-date and dragons unheard
of, while blasé princesses indict
tilts at terror as downright absurd.
| module.exports = { | |
| /** | |
| * Print Width | |
| * https://prettier.io/docs/en/options.html#print-width | |
| * | |
| * Specify the line length that the printer will wrap on. | |
| * | |
| * printWidth: <int> | |
| * default: 80 | |
| */ |
List of some top fonts for easy terminal install via Homebrew.
Last revisit: October 30, 2025
brew install font-open-sans font-noto-sans font-roboto font-roboto-mono font-roboto-slab font-montserrat font-lato font-fira-code font-source-code-pro font-source-sans-3 font-raleway font-oswald font-poppins font-merriweather font-pt-sans font-ubuntu font-cuprum font-oxygen font-space-mono font-monoid font-milonga font-anton font-3270 font-abel font-playfair-display font-0xproto| /** | |
| * memoizes a function using localStorage as the cache | |
| * @param {function|Promise} fn function or promise you wish to memoize | |
| * @param {Object} [options] additional configuration | |
| * @param {number} [options.ttl=0] time to live in seconds | |
| * @param {Boolean} [options.backgroundRefresh=false] whether the cache should be refreshed asynchronously, | |
| * Note: new results won't resolve until next execution | |
| * @return {Promise} Promise object represents memoized result | |
| */ | |
| function memoizeLocalStorage( |
| { | |
| "[handlebars]": { | |
| "editor.formatOnSave": false | |
| }, | |
| "[markdown]": { | |
| "editor.quickSuggestions": { | |
| "comments": "off", | |
| "other": "on", | |
| "strings": "off" | |
| } |