beechnut
beechnut
I'm imagining adding a `CensusApi::FieldFinder` module that lets people search for fields with a certain string in them, for example: ``` ruby @finder = CensusApi::FieldFinder.new @finder.find_table 'population' ``` This would...
At present, you pass in fields that are just the codes listed in the Census reference handbook. This provides reliability, but it's not very Rubyish. I think it's possible to...
Let users indicate states and counties by name instead of numerical code, using hash syntax. ``` ruby @client.find('P0010001', county: 'Suffolk', state: 'MA') @client.find('P0010001', county: 'Suffolk County', state: 'Massachusetts') @client.find('P0010001', county:...
## Expected Behavior Building and serving the site with Docker should work. ## Actual Behavior The `bundle install` line results in: ``` #9 255.0 Gem::Ext::BuildError: ERROR: Failed to build gem...
What am I doing wrong? ### Steps to reproduce the issue: On a new MacBook Pro running macOS Catalina 10.15.4 (19E2269), I installed rubyc by running the following commands. (I...
I'm not able to learn about Claudia enough to know if I should use it for my project. ### Expected behaviour The video linked in the [image-server tutorial](https://claudiajs.com/tutorials/image-server.html) is visible...
Also added sly references to: - launchy, the Ruby gem - Disrupt, the TechCrunch conference - N-Gage, the Nokia game/phone/thing
Upon deploying, the application crashes (see logs below), seemingly because of a NewRelic issue. ``` sh 2014-12-18T16:51:31.131198+00:00 heroku[api]: Release v6 created by [email protected] 2014-12-18T16:51:31.550951+00:00 heroku[web.1]: State changed from crashed to...
As a plan page in my local instance of OpenPlans loaded, it sent a `POST` request to `https://api-ping.intercom.io/vjs/users/ping` with some data describing my user account. It returned as a 422...
When I leave the edit page of project 3 open, I see in the server logs, every few seconds: ``` [17/Dec/2014 14:31:53] "POST /api/v1/projects/3/activity HTTP/1.1" 204 0 ``` When I...