Skip to content
View ironbyte's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ironbyte

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

Pinned

  1. TS Seed Script: Drizzle ORM + Zod + ... TS Seed Script: Drizzle ORM + Zod + Faker (Minimal)
    1
    // tsx seed.ts
    2
    
                  
    3
    import { faker } from '@faker-js/faker';
    4
    import { pgTable, text, varchar, timestamp } from 'drizzle-orm/pg-core';
    5
    import { drizzle, PostgresJsDatabase } from 'drizzle-orm/postgres-js';
  2. remix-run-issue-9242-repro remix-run-issue-9242-repro Public

    A simple Remix/Vite app for reproducing the issue #9242

    TypeScript