I hereby claim:
- I am croz1007 on github.
- I am croz1007 (https://keybase.io/croz1007) on keybase.
- I have a public key ASCQn8Z5fTAohO5eo608_9jqp_tMCwhl4nX6yJETRwRrRgo
To claim this, I am signing this object:
defmodule SendRequest do | |
@moduledoc """ | |
First, make sure you add HTTPoison to your mix.exs dependencies: | |
def deps do | |
[{:httpoison, "~> 0.10.0"}] | |
end | |
""" | |
@doc """ |
I hereby claim:
To claim this, I am signing this object:
From Brian:
Graph spacing - We still need to work out the spacing of the charting
Need to wire up to the data sources so providers match. Currently still using the data from Demo app and the providers in dropdown are different than the ones in the heatmap graph.
def my_flat(a) | |
arr = [] | |
if a.instance_of? (Array) | |
a.each do |b| | |
if b.instance_of? (Array) | |
arr += b.map {|c| c } | |
else | |
arr << b | |
end | |
end |
MyMBPro:~ skip1007$ gem install rails | |
ERROR: While executing gem ... (Errno::EACCES) | |
Permission denied @ rb_sysopen - /Users/skip1007/.rbenv/versions/2.1.1/lib/ruby/gems/2.1.0/gems/rails-4.0.4/README.md |