Miguel Ping

Results 14 issues of Miguel Ping

It would be awesome to have the ability to specifiy min and max dates for the datepicker. Unfortunately, I don't know anything about android so I'm not in a position...

My file has a space which is actually codepoint 133 (paragraph I guess). This module breaks with that character.

Feature

In project.coffee: **replace:** ``` javascript fs.watchFile Path.join(@root, source), {persistent: true, interval: 500}, (curr, prev) => ``` *_with:_ ``` javascript fs.watch Path.join(@root, source), {persistent: true, interval: 500}, (curr, prev) => ```

The `scope[mediaName]` attribution doesn't work for nested scopes. By using the `$parse` service, it is possible to assign the mediaName to a "parent" scope using dot notation: `media-player = a.b.c`....

Please correct me if I'm wrong. I have the following: ``` (s/def ::k1 (st/spec {:spec string? :reason "k1"})) (s/def ::k2 (st/spec {:spec string? :reason "k2"})) (s/def ::spec (s/keys :req-un [::k1...

bug
help wanted

When using a transformer, it seems that if the spec fails, the transformer stops midway. I guess that the transformer should finalize transformation and only after it should try to...

This would be most helpful because sometimes it seems that progress is stuck, specially on big images. Probably a duplicate of #68 and #69

Hi, I'm using emacs: ``` GNU Emacs 24.5.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21) of 2015-04-10 on builder10-9.porkrind.org ``` I tried installing edts from elpa, it wouldn't start. These are the steps that...

Closes #89. I couldn't run the tests though. I tried with `lein with-profile test,clj19 midje` but the tests fail even in the `dev` branch.

I've opened an [issue](https://github.com/cemerick/friend/issues/158) on `cemerick/friend` for async handlers. `friend-oauth2` should support async handlers too. Ring docs: https://github.com/ring-clojure/ring/wiki/Concepts#handlers