Skip to content
View Squix's full-sized avatar

Block or report Squix

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 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 Loading

  1. airtable-devops airtable-devops Public

    A command-line tool to build reliable complex Airtable bases.

    TypeScript 6

  2. Json schema to setup an OpenAI Custo... Json schema to setup an OpenAI Custom GPT. Helps archiving and deploying.
    1
    {
    2
      "$schema": "http://json-schema.org/draft-04/schema#",
    3
      "title": "OPENAI CustomGPT",
    4
      "description": "Setup config for OPENAI visual CustomGPT platform.",
    5
      "type": "object",
  3. TailwindCSS default theme design tok... TailwindCSS default theme design tokens for Penpot implementation. There are spacing, border-width, border-radius and sizing tokens.
    1
    {
    2
      "Global": {
    3
        "spacing-01": { "$value": "4px", "$type": "spacing", "$description": "p-1, m-1, ..." },
    4
        "spacing-02": { "$value": "8px", "$type": "spacing", "$description": "p-2, m-2, ..." },
    5
        "spacing-03": { "$value": "12px", "$type": "spacing", "$description": "p-3, m-3, ..." },