Skip to content
View MendyLanda's full-sized avatar

Block or report MendyLanda

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Implementing Efficient Binary ULID S... Implementing Efficient Binary ULID Storage in MySQL with Drizzle ORM
    1
    
                  
    2
    For anyone considering the use of ULIDs in MySQL with `drizzle`, here's a ready-to-use `ULID` type for your convenience.
    3
    
                  
    4
    ```ts
    5
    import { Ulid as ULID } from "id128";
  2. column-selector.ts column-selector.ts
    1
    // P.S. the real moeny is at the buttom of the file 
    2
    
                  
    3
    import { getTableColumns, type Table } from "drizzle-orm";
    4
    
                  
    5
    /**
  3. better-auth & expo, offline support better-auth & expo, offline support
    1
    import { useEffect, useState } from "react";
    2
    import * as Network from "expo-network";
    3
    
                  
    4
    export function useOnline() {
    5
      const [isOnline, setIsOnline] = useState(true);
  4. mac-blue-keep-alive mac-blue-keep-alive Public

    Bluetooth connection maintainer

    Shell 2 1