Adam Bard

Results 26 comments of Adam Bard

I've noticed several android devices with the Android 2.1 UA string too, despite running on Android 5.x in all cases. In the link provided from @chris-ng-scmp , they suggest searching...

The `factory` is just a function that constructs a service object, which sounds fancier than it is; in this case, the returned service is called "recipeService" and the returned service...

I haven't run this in a long time, but it seems likely based on this error that more recent es library versions have started using js modules, necessitating some sort...

Looks like an issue with elasticsearch (although it could be your browser too). Try enabling CORS on elasticsearch (http://www.elasticsearch.org/guide/en/elasticsearch/reference/1.x/modules-http.html)

How [the process](https://github.com/adambard/learnxinyminutes-site/blob/master/config.rb#L223) works is (approximately and allowing for mistakes in my recollection): * All articles are all collected into a flat list (i.e. ignoring their directory). Call these `@articles`...

Since you are sending cross-domain requests, your browser will refuse to co-operate unless your elasticsearch endpoint is configured to send an appropriate `Access-Control-Allow-Origin` header. See https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html

Up until now, I've been treating this as a docs issue (if the `filename:` property in the opening YAML is the same for the english and a non-english file, the...

Looks like the dependency on PIL failed, as it often does. Can you try just installing that first, then installing googlegantt? On Dec 1, 2013 11:07 AM, "Peter Florijn" [email protected]...

Hmm... > File "/Users/peter/PMO rapportage/googlegantt.py", line 4, in Does it work if you call _your_ file something other than googlegantt.py?

Thanks for the sample! It seems to me that a monad-based solution would be the way to go, but that would probably require enough interop with algo.monads that failjure wouldn't...