Skip to content
View petermueller's full-sized avatar

Organizations

@PrescribeFIT
Block or Report

Block or report petermueller

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. waffle_gcs waffle_gcs Public

    Google Cloud Storage for Waffle

    Elixir 10 9

  2. dotfiles dotfiles Public template

    My dotfiles. Feel free to use as a template, or ask me questions if using these as inspiration.

    Shell 3

  3. Phoenix + esbuild + yarn + postcss +... Phoenix + esbuild + yarn + postcss + tailwindcss + cpx2
    1
    # Getting started
    2
    If you just want to copy-paste this it should "just work", but you'll need to get `yarn` set up. Follow the instructions at https://yarnpkg.com/getting-started/install OR just run:
    3
    - `npm install -g yarn`
    4
    - `yarn set version berry`
    5
    - `yarn install` # this should make a `.yarn/`, `yarn.lock`, and `.pnp.js`
  4. elixir OTP reminders elixir OTP reminders
    1
    defmodule MyMod do
    2
      use GenServer
    3
      
    4
      def child_spec(args) do
    5
        IO.inspect(args, label: "*** MyMod.child_spec/1")