Skip to content
View joggienl's full-sized avatar
๐ŸŒต
What is your idea?
๐ŸŒต
What is your idea?

Highlights

  • Pro

Organizations

@clevercactus-dev

Block or report joggienl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
joggienl/README.md

Hi there ๐Ÿ‘‹

Pinned Loading

  1. directus-extension-simple-currency-field directus-extension-simple-currency-field Public

    A Directus extension that provides a simple and efficient way to handle currency fields in your Directus project.

    Vue 5 2

  2. directus-extension-localized-system-emails directus-extension-localized-system-emails Public

    A casual little Directus extension that makes your system emails speak multiple languages!

    TypeScript 1

  3. directus-extension-month-picker directus-extension-month-picker Public

    An interface extension that allows easy picking of any month in a given year.

    Vue 3

  4. directus-hook-sqlite-spatialite directus-hook-sqlite-spatialite Public

    A simple Directus hook to load the SpatialLite extension into SQLite on each connection

    JavaScript 2

  5. ๐ŸŽฏ TypeScript Promise Error Handling ... ๐ŸŽฏ TypeScript Promise Error Handling Utility
    1
    /**
    2
     * tryCatch - Go-style error handling for JavaScript Promises
    3
     *
    4
     * A utility function that bridges Promise-based and tuple-based error handling.
    5
     * Perfect for avoiding try-catch blocks while maintaining explicit error handling.