Skip to content
View maciejpedzich's full-sized avatar

Block or report maciejpedzich

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 Loading

  1. vue-supabase-tpa-demo vue-supabase-tpa-demo Public archive

    Third-Party Authentication (Github) demo Vue 3 + TypeScript + Pinia app using Supabase

    TypeScript 29 4

  2. spotifyplaylistarchive.com spotifyplaylistarchive.com Public

    Frontend for Mackorone's Spotify Playlist Archive

    Vue 7 2

  3. six-degs-of-f1 six-degs-of-f1 Public

    Website for visualising the shortest paths between two F1 drivers and their teammates

    Astro

  4. playlist-entry-validator playlist-entry-validator Public

    GitHub bot that automatically verifies PRs with new playlist entries for mackorone's spotify-playlist-archive

    TypeScript

  5. racemash racemash Public

    It's like FaceMash, but with photos of F1 cars

    Vue

  6. Astro Table Of Contents Component + ... Astro Table Of Contents Component + Sample Usage
    1
    ---
    2
    import type { MarkdownHeading } from 'astro';
    3
    4
    type Props = {
    5
      headings: MarkdownHeading[];