Antonin Hildebrand

Results 134 comments of Antonin Hildebrand

This is fine. Let's keep it open. I might add that configuration flag next time when I get to working on the lib.

A workaround I've been using for quite some time: ``` source "$(dirname "${BASH_SOURCE[0]}")/_config.sh" || true || source _config.sh ```

ScriptingAdditions are fragile. AFAIK, OSAX bundles should reside in `/Library/ScriptingAdditions` (probably installed by root/admin) to be first-class citizens with full rights to be injected in all bundles in /Applications. Having...

I don't maintain it anymore.

do you have installed appengine SDK? maybe they did some changes in the latest? I'm not following it's development anymore

I don't have answer for this, because I don't remember it. I've used google's code which existed in their app engine SDK at some point. I did quick scan of...

And yes, this is the best place for asking questions. I don't have time to open and maintain separate support forum for drydrop.

if you fork I'll look at it for sure. your approach is more like a hack, so I cannot promise I'll include it into official drydrop. in drydrop I'd like...

:-( I'm sorry, cannot help.

I also made some effort to implement inline source maps in CLJS compiler: https://clojure.atlassian.net/browse/CLJS-1902