Skip to content

Instantly share code, notes, and snippets.

View ashleygwilliams's full-sized avatar
>o_o<

ashley williams ashleygwilliams

>o_o<
View GitHub Profile
language: rust
sudo: false
matrix:
include:
- rust: stable
script:
- cargo test --all --locked
- rustup component add rustfmt-preview
language: rust
sudo: false
matrix:
include:
# tests pass
- rust: nightly
script:
- cargo test --locked
language: rust
sudo: false
matrix:
include:
- rust: stable
script:
- cargo test --locked
- rustup component add rustfmt-preview --toolchain nightly
  • rubber plant - 1 pint/week bright afternoon sun
  • ripple pepperomia - 1/2 cup/week, bringt indirect light
  • pinstripe - 1 cup/week, morning/medium light
  • prayer plant - 1/2 cup/week, bright morning sun
  • pilea - 1/2 cup/week, bright indirect light
  • bird's nest - 1 cup/week, cool, morning sun
  • caleatha rose picta - 1 cup week summer/1/2 cup winter, bright morning sun
  • sanseveria - 1/2-1 cup/week summer, 1 cup every 2 week, low is ok, bright for blooms
@ashleygwilliams
ashleygwilliams / assessment.md
Last active May 14, 2020 05:06
an assessment of basic ruby skills for flatiron school students.

Student Ruby Assessment

Instructions

  • Create a file with "<yourName>_assessment.rb".

Sections 1-6

  • Title each section with a comment that includes the name and number of each section.
  • Then write the ruby that fulfills each lettered instruction under the title. There is no need to structure your code based on the lettered instructions.
  • If you need to use code from a previous numbered section please cut and paste into the approrpriate section.
@ashleygwilliams
ashleygwilliams / README.md
Last active December 18, 2019 12:13 — forked from surma/README.md
webpack-emscripten-wasm

Minimal example making webpack and wasm/Emscripten work together.

Build instructions:

  • Clone this gist
  • npm install
  • npm start
  • Open http://localhost:8080
  • Look at console
- due today
- KPIs - Ashley
-Go to Market - Remy
- Blogpost 1:2
- Announcement
- Open Source Docs
- Engineering Update- Ashley
- Trust and Safety Update - Rita
- UI Update -Rita
- Promo Flash Message

How the DevExp Team Works

.. actually surprisingly 2(ish) teams!

  1. Docs/Template Gallery
  • Victoria
  • Kristian
  1. Wrangler
  • Ashley
index.js
package.json -> "name": "{{ project-name }}"
LICENSE
CODE_OF_CONDUCT
tests/
.gitignore
.prettier
  • ✨ Features

    • Non rustup environment support - [drager], pull/552

      Before now, wasm-pack had a hard requirement that rustup had to be in the PATH. While most Rust users userustup there are variety reasons to have an environment that doesn't use rustup. With this PR, we'll now support folks who are using a non-rustup environment!

    • Improved CLI Output - [alexcrichton], [pull/547]