André Gregori
André Gregori
Inkscape 1 has [dropped the -e and -f flags](https://wiki.inkscape.org/wiki/index.php/Using_the_Command_Line#Changes_from_0.92). This PR updates the Makefile accordingly.
I get the following error message when using your library: ``` 10-28 23:39:06.536: E/AndroidRuntime(4486): Caused by: java.lang.ClassCastException: com.actionbarsherlock.internal.widget.ActionBarView$HomeView cannot be cast to android.widget.LinearLayout 10-28 23:39:06.536: E/AndroidRuntime(4486): at eu.erikw.PullToRefreshListView.init(PullToRefreshListView.java:241) 10-28 23:39:06.536:...
Use of `**` does not seem to work. Example directory structure: ``` /a/b/c/foo.json /a/b/c/bar.json /a/b/xyz.json ``` My expectation is for the use of `(fs/glob "**/*.json")` to return a list containing...