Skip to content

Instantly share code, notes, and snippets.

@masonjeffreys
masonjeffreys / support.txt
Last active July 26, 2024 21:55
Arnold App Support
For support of the Arnold iOS lifting app, please comment below.
We will not share any user data.
@masonjeffreys
masonjeffreys / TopicView.elm
Created October 27, 2017 20:14
File Upload Elm 0.18
-- Important parts of file upload through a HTTP Post form in Elm
-- This example reflects an application like a Facebook Post Feed
-- Each post has a comment form at the bottom of the post
-- A comment can be text or attaching a photo
module TopicView exposing (..)
import Html exposing (..)
import Html.Attributes exposing (..)
import Html.Events exposing (..)