Shawn Allen
Shawn Allen
Hi @cognitom, here's the recipe: [felt-recipe-18F](https://github.com/18F/felt-recipe-18F). I haven't published it yet, so your best bet is to install it with: ``` npm install github:18F/felt-recipe-18F ```
Er, you will also need to `npm install github:18F/felt-sass` too, which the recipe depends on.
This happens because the default hash data is `null`. There are a few ways to avoid this: 1. Initialize the data with `hash.data({})` first. 2. Parse the current URL (assuming...
Thanks for the feedback, @yelper. My rationale for initializing it as `null` was to be able to tell whether data had been set so that you can specify a [default...
I also just realized that the first example in the [README](https://github.com/shawnbot/hashable/#readme) suggests the usage that you both probably tried out, and produces this exact error. So that's my bad, and...
Okay, I've fixed the [README](https://github.com/shawnbot/hashable/#readme), replacing the reference to `hash.update()` with `hash.set()`, [added a test case](https://github.com/shawnbot/hashable/commit/bb2c4abe3abec6066d5c9eb567858abf9f76503a) for exactly this behavior, and minted [v1.5.2](https://github.com/shawnbot/hashable/releases/tag/v1.5.2). Let me know if this works for...
Hey @alundiak, thanks for reporting this. Unfortunately, I don't have much time to look at this library right now. If you're familiar and have some time to dig into it,...
Thanks, Max. I'll take a look. I'm thinking that it might be good to have one that runs on LAMP, though, because most folks aren't running node on hosted web...
I alluded to Jekyll layout inheritance above, and for reference, here's how it works: 1. The "base" layout (`_layouts/base.html`) outputs each page's HTML content in the `content` variable, which is...
/cc @adelevie @msecret re: 508 testing. Alan, is the stuff you're working on ready for prime time? We'd need to repurpose it as part of a Python/Django test stack.