beechnut
beechnut
I like how you structured the return object. You're right - gives the user more to work with. - What would `@client.locate 'Suffolk'` return? (Not quite following yet.) - +1...
FYI I have the hash syntax (not the text lookup) for the `level` parameter in a good spot. Will jam on `within` tonight/tomorrow and push those changes soon. Still using...
Just posted the actual comment -- I'd accidentally hit 'Comment' before I was finished. Thank you for the seemingly precognizant feedback! EDIT: Annnd now it looks like the actual comment...
Anyway, what didn't come through was, with a YAML file containing states and counties, it's not hard to search for nested geographies. ``` yaml --- - name: Massachusetts id: 25...
Correct -- right now, all the API's sumlevels nest under state, or are top-level. If you take a look at these [SF1](http://api.census.gov/data/2010/sf1/geo.html) and [ACS5](http://api.census.gov/data/2010/acs5/geo.html) API docs, every field is prefixed...
One year later, I'm returning to this, as I'm going to need this gem for a project at work in the near future. In that year I've gotten _much_ better...
A little more info for when we end up addressing this issue. When I ran `serve-blog` and then `serve`, `serve` showed the same two blog posts that `serve-blog` did. This...
Thanks for the quick response! 😊 Here's my ENV, and I don't know if this makes a difference, but all my Rubies are installed through [asdf](https://github.com/asdf-vm/asdf). ```bash TERM_PROGRAM=Apple_Terminal SHELL=/bin/zsh TERM=xterm-256color...
Hi @pmq20! I’m wondering if you have any suggestions on what I might look into to try to get this working, or any ideas on what the root of the...
Thanks @pmq20! I'm not really sure how to change the environment—I'm using asdf as my version manager, but don't have a detailed understanding of how it works. I've been trying...