James Robey
James Robey
I noticed you updated the content slider library for mithril v1. Any plans to update the page slider also? Thanks
In addition to your recommendations, p7zip is also needed. I found that I had to symlink it so `brew unlink p7zip && brew link p7zip` solved that. I also put...
I also stumbled across this issue. I feel like choice 1. makes the most sense, change to `mode: strict`
Fixed in #213 .. for now I'm using gem 'validates_timeliness', '~> 6.0.0.beta2', github: "mitsuru/validates_timeliness", branch: "rails7"
#213 will fix this (and the default_timezone warning) once it is merged
I meant that I am wondering how to add y-axis data labels. [example](http://phplot.sourceforge.net/phplotdocs/images/labels-horizbar.png)
Try changing the grep regex to `'xox.-[-0-9a-f]*'` instead? I'm seeing "xoxc" for my tokens I think.
I ended up fixing the deprecation warning in #253 by adding a couple of helper functions in order to keep the existing koan. I guess it hints at the Range...
What would the DSL look like if it was made for elixir core? Would it be less ecto-style? ``` @typedoc "A person" deftypestruct name: [String.t(), enforce: true], age: non_neg_integer(), happy?:...
On phoenix 1.2.0, elixir 1.3, erlang 18. Phoenix.PubSub.subscribe/2 & subscribe/3 didn't work at all. I found a working fork here: https://github.com/sheltont/phoenix_pubsub_rabbitmq Unfortunately it complains about broadcast/5 now. phoenix_pubsub_rabbitmq does not...