Skip to content

Instantly share code, notes, and snippets.

View nex3's full-sized avatar

Natalie Weizenbaum nex3

  • Google
  • Seattle
View GitHub Profile
@nex3
nex3 / bng.md
Last active August 29, 2015 13:55

Cards I Need From Born of the Gods

All values from TCGPlayer.com. These are trade values; I'm not offering to buy these cards.

  • Spirit of the Labyrinth ($6.10)
  • Brimaz, King of Oreskos ($33)
  • Herald of Torment ($2.40)
  • Pain Seer ($6.70)
  • Searing Blood ($1)
  • Satyr Firedancer ($3)
@nex3
nex3 / index.html
Last active August 29, 2015 13:56
Profiling Sass stable against Singularity's 02-mixins/02-api/28-grid-span-both test case
This file has been truncated, but you can view the full file.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<style media="all" type="text/css">
table {
border-collapse: collapse;
border: 1px solid #CCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
line-height: normal;
@nex3
nex3 / index.html
Created February 10, 2014 21:15
Profiling Sass 3.3.0.rc.2 against Singularity's 02-mixins/02-api/28-grid-span-both test case
This file has been truncated, but you can view the full file.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<style media="all" type="text/css">
table {
border-collapse: collapse;
border: 1px solid #CCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
@nex3
nex3 / barback.md
Last active August 29, 2015 13:59
Barback Compatibility Policy

Barback is in a unique position in the Dart ecosystem, in that it's a package upon which the SDK itself places a version constraint. In addition, it's still relatively young and undergoing considerable change. This document outlines the policy for making changes to barback while still maintaining a high degree of compatibility with the Dart ecosystem.

Internal changes

These do not affect the API that either transformers or pub use. For these, we bump barback’s build version (ex: 0.14.20.14.2+1). This is within the version range that both pub and other packages allow, so everything works with both versions of barback. Pub’s barback constraint is not touched.

Backwards-compatible changes

These extend the API but not in a breaking way. For these, we bump barback’s patch version (ex: 0.14.20.14.3). This is within the version range that other packages allow, so they won’t need to be updated. Pub’s constraint on barback is expanded to one patch above that version. For example, it might go

$ pub build
Loading source assets... (1.1s)
Loading sass, polymer/src/build/mirrors_remover, observe and smoke/src/default_transformer transformers... (1.9s)
Loading polymer transformers... (1.3s)
Building irhydra...
[Warning from Observable on irhydra|lib/src/ui/deopt-links.dart]:
line 59, column 3 of package:irhydra/src/ui/deopt-links.dart: Observable fields should be put in an observable objects. Please declare that this class extends from Observable, includes Observable, or implements Observable.
[Warning from Observable on irhydra|lib/src/ui/deopt-links.dart]:
line 60, column 3 of package:irhydra/src/ui/deopt-links.dart: Observable fields should be put in an observable objects. Please declare that this class extends from Observable, includes Observable, or implements Observable.
[Info from Dart2JS]:
diff --git a/lib/transformer.dart b/lib/transformer.dart
index 5c68cbb..16ba198 100644
--- a/lib/transformer.dart
+++ b/lib/transformer.dart
@@ -146,11 +146,14 @@ class _SerialTransformer extends Transformer {
.then((l) => l.any((result) => result));
Future apply(Transform transform) {
+ transform.logger.info("start");
return Future.forEach(_transformers, (t) {
// io_client.dart
import 'dart:io' as io;
class IOClient extends Client {
IOClient({bool followRedirects, String userAgent, ...});
}
// browser_client.dart
import 'dart:html' as html;

When you write

.a .b .c .d {
  color: blue;
}

What you're saying is

@nex3
nex3 / SassMeister-input.scss
Created August 20, 2014 20:29
Generated by SassMeister.com.
// ----
// Sass (v3.3.14)
// Compass (v1.0.0)
// ----
a {
$var: darkolivegreen;
b: $var;
}

Cube Stuff

These are cards I need to fill out my cube!

All the prices from TCGPlayer, rounded up to the nearest 50¢. If something is checked off, I already have it.

  • Sarkhan Dragonspeaker ($25)
  • Clever Impersonator ($11)
  • War-Name Aspirant (50¢)
  • Polluted Delta ($21)