Skip to content
View M-Drummond's full-sized avatar
🦨
🦨
  • 13:16 (UTC +11:00)

Block or report M-Drummond

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. Megabites-Megabytes Megabites-Megabytes Public

    TypeScript

  2. flexbox-cheat-sheet flexbox-cheat-sheet Public

    My go-to recipes for Flexbox layout.

    Vue

  3. underscores_vitejs underscores_vitejs Public

    Add ViteJS to the "Underscores" WP Boilerplate Theme

    CSS

  4. ViteJS Config for Wordpress Theme Dev ViteJS Config for Wordpress Theme Dev
    1
    import legacy from '@vitejs/plugin-legacy'
    2
    import ViteRestart from 'vite-plugin-restart';
    3
    import 'dotenv/config'
    4
    import tailwindConfig from './tailwind.config';
    5
    
                  
  5. Vue - Computed property to filter an... Vue - Computed property to filter an array of products.
    1
    export function filteredProducts() {
    2
    
                  
    3
      // get the total list of products
    4
      let filteredProducts = useGlobalStore().products;
    5
    
                  
  6. Python: Convert WebP All Images In D... Python: Convert WebP All Images In Dir To WebP
    1
    #run via: $ python3 webp.py
    2
    
                  
    3
    import os
    4
    
                  
    5
    # Present working directory