Results 11 comments of Shuai Lin

I can confirm this PR works in Git Bash while the master branch doesn't. Any chance of getting it merged?

Confirmed here with eclipse luna (4.4.1) and eclim 2.4.0 on OSX. I'll look into this soon.

This happens because emacs-eclim fails to parse the startup message of eclimd. When eclimd is started, we [parse its output](https://github.com/senny/emacs-eclim/tree/0779c185eaa139c8bcb60beb448c554059c6cfd4/eclimd.el#L107) to find the port it's listening on, and print "eclimd...

btw this is the output of ` rabbitmq-plugins list`: ```sh [E*] accept 0.3.3 [e*] amqp_client 3.5.1 [E*] cowboy 0.5.0-rmq3.5.1-git4b93c2d [e*] mochiweb 2.7.0-rmq3.5.1-git680dba8 [E*] prometheus 3.4.0 [E*] prometheus_httpd 2.1.4 [E*] prometheus_process_collector...

> 不要分成 sharedlink-dialog 和 advanced-sharedlink-dialog 两个类, 都放在一个类中就行了,用一个 checkbox 或者按钮来切换 “简单共享“ 模式 和 "高级共享” 模式。这样用户看到的菜单选项也更加简洁。可以参考 seahub 的外链生成对话框是怎么做的。 刚跟 @freeplant 讨论了下,就按你现在这样改,分成两个菜单项

I have fixed a bug that could crash the client when requesting existing share links in commit 1fe8163, please rebase the PR to the latest master.

Upvote for this ... Especially shadow-cljs is more and more commonly chosen as the build tool for new cljs projects these days

Thanks for the reply! In the GCC source I think the relevant code for props renaming is here: https://github.com/google/closure-compiler/blob/v20230103/src/com/google/javascript/jscomp/RenameProperties.java#L292-L374 , and as you mentioned, it doesn't expose any interface to...

Another issue since we're here: When doing release build, GCC would warn about the ESM module variable is undeclared, which could be confusing: ``` > clj -A:shadow-cljs -M:shadow-cljs "release" "app"...

I just tried `:esm` target but looks like in dev builds the output is problematic: build config: ```clojure :app-esm {:target :esm :modules {:main {:exports {go app.main/go}}} :dev {:output-dir "output/dev-esm"} :release...