Gelin Luo

Results 184 comments of Gelin Luo

@jbt so mdEdit/Prism is going to be the future of this project? Should I still go with the CodeMirror one? I need an embeddable markdown editor (better with image paste/drop...

@praveenscience is it possible to share your existing work and I can pick up from where ever it is.

@praveenscience I've already done with image copy/paste, but in my project which borrow the idea from this project, but rewrite it using riot: https://github.com/actframework/act-dockit/tree/master/src/main/resources/dockit/editor It is part of a Java...

I guess put `.vimrc-custom` in the home directory makes more sense. It's custom setting file, and shouldn't be part of version control. the `.vimrc` could add the logic to detect...

A workaround might generate a dump class something like T.java in _layouts and _tags folder always when you type japid gen: package japidviews._layouts; public class T {} and package japidviews._tags;...

In the end I have to fall back to normal JavaDoc: ``` java /** * * public class FilterConsumer { * private List<Filter> filters; * @Inject * public class FilterConsumer(List<Filter>...

Workaround: ```java @GetAction("home") public void home(..., ActionContext context) { ... context.renderArg("vos", "vos"); } ```

@jiankian 请报告一下 act 的版本, 另外请给出静态资源的链接. 谢谢

@jiankian 我们需要定位并干掉这个问题. 你能给我一个可以重现问题的项目吗?

@dreamingo88 Are you able to provide a sample project to reproduce the issue?