Skip to content
View fuzzypawzz's full-sized avatar
Block or Report

Block or report fuzzypawzz

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. vue3-mvc vue3-mvc Public

    A .NET 8 MVC app using Vue 3 with TypeScript on the Front-End (SSR, no SPA)

    TypeScript

  2. JMDK JMDK Public

    My professional website: jannikmaag.dk

    TypeScript

  3. DropboxConnector DropboxConnector Public

    Simple example of how you can authenticate with Dropbox in a Swift app for iOS.

    Swift

  4. preact-signals-vue preact-signals-vue Public

    A demo of adapters that can integrate Preact Signals with Vue Composition API.

    TypeScript

  5. TypeScript Promise cache TypeScript Promise cache
    1
    import { v4 as uuidv4 } from 'uuid'
    2
    
                  
    3
    type CachedPromise = Promise<any>
    4
    type PromiseDetails = Record<string, unknown>
    5
    type PromiseId = string
  6. WebComponents WebComponents Public

    Small demo of native web components

    JavaScript