Chas Emerick

Results 63 issues of Chas Emerick

By no means am I a lawyer, but it appears that google-drive-ocamlfuse is improperly licensed. It depends upon [ocamlfuse](https://github.com/astrada/ocamlfuse), which AFAICT has always been licensed under GPLv2 (per https://github.com/astrada/ocamlfuse/blob/master/LICENSE). My...

This would address #17, #49, and #47, and beyond that, likely make any remaining mysterious connection/stalling problems either go away or be much easier to diagnose. Implies writing a full...

enhancement

It sucks to have to write a dummy `ns` form, just to compile/load some ClojureScript into the current REPL. ClojureScript should have a `require` form, just like Clojure (but of...

It'd be nice if `out` and `.repl` were under `target` so that they'd be cleaned by build tools. (Originally discussed in gh-9.)

e.g. if a callback is printing to `*out*` via `println`, `prn`, etc., that output isn't returned to the REPL until another expression is sent for evaluation. This is due to...

bug

i.e. `:cljs/quit` drops the session associated with the REPL environment, and it cannot be used again. Catch this when such an env is used to create a new ClojureScript REPL,...

enhancement

Includes batch operations, controlling visibility on a per-message basis, and more: http://aws.amazon.com/releasenotes/0444621911291406 Patches welcome.

Looks like this will be pretty straightforward. My preference would be to move the rendering bits into a new `dorothy.jvm` namespace. That's obviously a breaking change, but it would leave...

Adding e.g. `` when `scripts._hs` is empty results in e.g. ``` Uncaught (in promise) RangeError: Invalid count value at String.repeat () at hyperscript-0.9.5-2839a7f.js:1:9892 at Object.c [as raiseParseError] (hyperscript-0.9.5-2839a7f.js:1:9939) at hyperscript-0.9.5-2839a7f.js:1:11322...

e.g. `on click remove closest ` does not work; hs complains about `~` being an unexpected token.