Skip to content

Instantly share code, notes, and snippets.

--
-- PostgreSQL database dump
--
-- Dumped from database version 14.2
-- Dumped by pg_dump version 14.2
SET statement_timeout = 0;
SET lock_timeout = 0;
SET idle_in_transaction_session_timeout = 0;
INFO: Command: "cargo" "rustc" "--lib" "--manifest-path" "/Users/rainhead/diatom/pxswift/Cargo.toml" "-p" "pxswift:0.1.0" "--verbose" "--" "-Z" "unstable-options" "--pretty=expanded"
ERROR: Parsing crate `pxswift`: couldn't run `cargo rustc --pretty=expanded`: Compile(" Fresh unicode-xid v0.2.0\n Compiling cfg-if v0.1.10\n Fresh autocfg v0.1.7\n Fresh rand_core v0.4.2\n Running `rustc --crate-name cfg_if --edition=2018 /Users/rainhead/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C panic=abort -C debuginfo=2 -C metadata=fca1009b4ee82524 -C extra-filename=-fca1009b4ee82524 --out-dir /Users/rainhead/diatom/target/debug/deps -L dependency=/Users/rainhead/diatom/target/debug/deps --cap-lints allow`\n Fresh cc v1.0.50\n Compiling lazy_static v1.4.0\n Fresh autocfg v1.0.0\n Running `rustc --crate-name lazy_static /Users/rainhead/.cargo/reg
error[E0507]: cannot move out of borrowed content
--> src/main.rs:67:26
|
67 | let mut vv = *views.borrow_mut();
| ^^^^^^^^^^^^^^^^^^^
| |
| cannot move out of bor
If you are reading this and I've said/done anything to you that was disrespectful, made you uncomfortable, or was otherwise hurtful, I invite you to tell me (but you are in no way obligated to). Even if you don't fault me for what I did, please don't feel bad about telling me if it would make you feel better to get it off your chest. I commit to listening and not being defensive, dismissive or judgmental.
If you are worried that this might re-open a wound, you can request in your note to me that I not reply to you and I will of course honor that.
If you don't want to say anything I totally respect that too. Please know that I'm sorry, I messed up and it's my fault. The door is always open to talk to me about it should you change your mind.
ssh-dss AAAAB3NzaC1kc3MAAACBAPRgGCxZ3p6vlQylopd/GRgyMmSZyXy7xewoto7VEcD3qLls5nrE3I6yBTGrQbFXbudVniEl0suWBZ9oWL1Q2FqBiGXeA4VyHQndeVsHHqiuijnzzEivkeb2kROGbmlpsZoEIn6H/kUpKVzuVB91FlJhTf8j4/eT5k2Lt9w8Vg1ZAAAAFQCj2Dxz7SxLcF7WYYKg37TeOCChewAAAIEA0LPYdOi631BzqL/NIdFcMK398ci3cwuxXJqMSRgaoS1xnmQuS+72GqYl67ESsYHUhAF1QLI4RZfmTqZmXPMbDYzGgYU/zFqhi4apA24H6qw8L7Fo+F/lmtjhG27NNVaeWbyB+9TmqodZoegZGwyathfZgWvw3XRyxSXrXff5m2wAAACAJ8fjV8j2YJDSHhqWspoUTqTXWENsY/qDQvrOXEDH5wyqaOv3EP+9vP96Ua4y/BgrylNEKKq1dzqb7yaG05fDd7JVHDI0dJO4PCHUeHlJqFxVjQALb1e21FYF5ZLURbZvQcaOr+gHkpNY/oKe8gh+jjXs5EIIzJ1QtqsxOSNl0+I= rainhead@Peters-MacBook-Air.local
@rainhead
rainhead / Resume - Alexandra "Andie" Wheeler.md
Created July 27, 2015 20:23
Resume - Ada Developers Academy Application

#Alexandra "Andie" Wheeler ##Seattle, WA LinkedIn | Email | Cell: 206-795-9273


###EXPERIENCE Sales Representative Olympic Athletic Club – Seattle, WA Sept. 2009 – Present (5 years, 9 months) Employee of the Year - 2012

🌺SARAH ◇ CAMPBELL🌺

SEATTLE ⫷ 503-784-8759 ⫸ SARAHCAMPBELL307@GMAIL.COM

I'm energetic, obsessed with details, and driven to challenge myself and make others’ lives better. For the past nine years I have been a physical therapist assistant, and now I am on a quest for my next craft: one that grants me the ability to bring joy to others while working with an inspiring team.

EDUCATION 🎓

  • Northeast Wisconsin Technical College Associate’s Degree, Physical Therapist Assistant ▹ May 2005
  • Received yearly physical therapy continuing education ▹ 2005–2014

WORK EXPERIENCE 🏥

Keybase proof

I hereby claim:

  • I am rainhead on github.
  • I am rainhead (https://keybase.io/rainhead) on keybase.
  • I have a public key whose fingerprint is 81AF 9DF6 747D 48C8 6F92 23EF 53D0 851F 0165 A197

To claim this, I am signing this object:

@implementation TTPostController
- (void)dismissAnimationDidStop {
if ([_delegate respondsToSelector:@selector(postController:didPostText:withResult:)]) {
// _result is a NewConversationController instance w/ retainCount of 2
[_delegate postController:self didPostText:_textView.text withResult:_result];
}
TT_RELEASE_SAFELY(_originView);
[self dismissPopupViewControllerAnimated:NO];
}
var dragDelegate = new Y.DD.Delegate({
cont: '#paper',
dragMode: 'intersect',
nodes: '.genre',
target: true
});
dragDelegate.on('drag:afterMouseDown', function (evt) {
var g = this.get('currentNode');
if (g.genre.get('isTemplate')) {
console.log("Dragging genre template");