Trevor Hartman
Trevor Hartman
mustache.vim should know how to indent opening and closing mustache tags: ``` {{#items}} {{foo}} {{/items} ```
In other words, set [this](https://github.com/emezeske/lein-cljsbuild/blob/52587637cabba42ad17754acfeb71f3ea488a169/plugin/src/leiningen/cljsbuild/config.clj#L24) from a profile. [Compilation Profiles](https://github.com/emezeske/lein-cljsbuild/wiki/Compilation-profiles) describes setting compiler options with profiles, but if your `:cljsbuild` contains more than one build, these are not correctly merged...
Very nice project :) I am not able to get it to import my ES7 modules which use `import` syntax. Is there support or a workaround for it? Thanks.
``` ``` ``` [Unhandled promise rejection: Error: Unable to open URL: ReactABI32_0_0-js-navigation://postMessage?195] Stack trace: node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:146:41 in createErrorFromErrorData node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:95:55 in node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:397:4 in __invokeCallback node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:127:28 in node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:297:10 in __guard node_modules/react-native/Libraries/BatchedBridge/MessageQueue.js:126:17 in invokeCallbackAndReturnFlushedQueue...
Anyone else see this? ```bash root@yetibot:~# docker run -d \ > --name autoheal \ > --restart=always \ > -e AUTOHEAL_CONTAINER_LABEL=all \ > -v /var/run/docker.sock:/var/run/docker.sock \ > willfarrell/autoheal a0208d9e3768b019fc88945d96b2ab286132e4272a4df3212ba978b8f1677ec1 root@yetibot:~# docker...
I don't want to always have a REBL launched in order to use my nrepl, but it looks like if there isn't a REBL any eval will blow up with:...
**Describe the bug**: This [StackOverflow answer](https://stackoverflow.com/a/44864004/65311) explains differences between GNU and BSD/macOS `sed`. The current Makefile uses `sed` in a way that causes an error with BSD/macOS `sed`: ```bash ±...
Many errors about "cannot find symbol". A few example lines: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project optiq-csv: Compilation failure: Compilation failure: [ERROR] /Users/devth/oss/optiq-csv/src/main/java/net/hydromatic/optiq/impl/csv/JsonEnumerator.java:[20,28] error: package net.hydromatic.linq4j...
https://www.elastic.co/guide/en/shield/current/_using_elasticsearch_java_clients_with_shield.html