Results 67 issues of John Gabriele

I think the [language introduction](https://haxe.org/documentation/introduction/language-introduction.html) could use more language details, maybe a bullet list, to quickly give the reader a better idea of what kind of language Haxe is. Currently...

Please include support for the [Haxe](https://haxe.org/) source code filetype. Haxe source code files end in .hx. Thanks so much for ack!! (BTW, just upgraded to 3.0.2 after having used v2.02...

filetype

The docs for *ns* in clj-ns-browser don't include: "A clojure.lang.Namespace object representing the current namespace." Instead, in clj-ns-browser, it says: "Fundamental library of the Clojure language"

For example, currently, the docs for clojure.core/apply look like this: ``` clojure.core/apply - Function [f args][f x args][f x y args][f x y z args][f a b c d &...

Currently, the only way I see to quit the clj-ns-browser is to exit the repl. There should be a "File --> Quit" menu item to quit/exit it.

Now that Pandoc supports line blocks, here's some syntax that might work nicely for left/center/right -justifying lines: ``` Hi. | left-justified | preserves leading space | last line |< also...

enhancement
status:more-discussion-needed
AST change

link at bottom of readme is broken

Missing `:url` and `:license`... Hm. Actually, I don't see this top-level project at clojars --- only the components... Of those components, conjure-util needs a `:url` and a `:description`, and most...

Single-backtick longstrings and triple-backtick longstrings work, but double-backtick longstrings are not syntax-highlighted,

Indentation of next line after `(eachk ...` and `(eachp ...` should be the same as it does for `(each ...` (indents 2 spaces in).