Skip to content

Instantly share code, notes, and snippets.

@lalunamel
lalunamel / warmCookiesNotes.md
Last active December 18, 2017 14:46
Notes on build.warmcookiesoftherevolution.org

Notes on build.warmcookiesoftherevolution.org

DISCLAIMER

I understand that

  1. This website is not finished and things will change, so my comments may not be reflective of what you intend to exist eventually.
  2. Somebody spent a lot of time and effort working on this thing. Please don't take my comments as a personal attack on your coding/design skills. You've done a great job :)
@lalunamel
lalunamel / thing_of_the_week.md
Last active March 13, 2018 13:36
Thing of the Week blog post

Combating bias and promoting inclusion in the workplace is something we can all agree needs to happen. The question, then, is how?

The way I see it, there are two directions from which change can come: from the top, or from the bottom. Changes from the top come in the form of new HR policies, training, or declarations for more diversity and inclusion work (all of which Pivotal is already doing). Changes from the bottom are a change in culture and a realization that every interaction matters.

What is Thing of the Week?

With

@lalunamel
lalunamel / thing-of-the-week.txt
Last active March 13, 2018 13:36
Thing of the week
Thing of the week!
- Start meetings by seeing how folks are doing, feelings-wise
- Notice who you're inviting to stuff and how you invite them.
- When you see someone do something great, call it out!
- When referring to the whole team, don't just use `engineers` or `devs`

How I fixed the CocoaPods error Unable to find host target(s) after upgrading to CocoaPods 1.2.1

tl;dr

Add your framework or extension as a dependency on your main application so that your Main Application ---depends-on---> your Framework or Extension.

You can do this using XCode:

  1. project navigator
  2. select your main application target
  3. build phases
@lalunamel
lalunamel / notes.md
Last active July 18, 2017 18:31
Notes on the March '17 Edition of the iOS Security Guide

Notes on the March '17 Edition of the iOS Security Guide

I recently read through the March 2017 iOS Security Guide and made a few notes - it's quite dense!

I thought I would share these notes so other people can benefit from the time I put in, too.

Additions and clarifications from external sources where noted.

Encryption

Stdlib definitions for touch events (what android define as a tap, double tap, swipe, etc.) - https://developer.android.com/reference/android/view/ViewConfiguration.html#getScaledTouchSlop()
@lalunamel
lalunamel / android-notes.md
Last active September 1, 2016 14:09
Android Notes
  • Default material button style is destroyed if you set a button's background to say, #FFF. The background attribute not only controls background color, but coner radius as well.
@lalunamel
lalunamel / .envrc
Last active February 8, 2025 01:57
Add node_modules folder to PATH
PATH_add ./node_modules/.bin
@lalunamel
lalunamel / gist:a93218ef81a264ac76cb
Last active March 13, 2016 15:26
Notes on trying to build out continuous integration for the pivotal tracker ios app