Dieter Komendera

Results 29 comments of Dieter Komendera

Using Chrome Version 54.0.2840.41 beta (64-bit). I ran into weird issues when trying the generator in Safari, where I can't even type into the URL field. > Can you verify...

@jmmk: I replaced the line `"Document": function () {},` (line 11) with ``` "Document": { "nodes": {} }, ``` See this gist: https://gist.github.com/kommen/becca5c08fe08bf2aca664320cc5ec78/revisions This only fixes only the first of...

Trying to understand what `(empty? (first path-parts))` actually is supposed to check. Any hints?

The conforming work of the ClojureScript analyzer AST to the tools.analyzer spec which shipped as part of ClojureScript 1.10.439 doesn't help here? https://dev.clojure.org/jira/browse/CLJS-1461 https://github.com/clojure/clojurescript/blob/master/changes.md#110439

I also wanted to give forge a try, but the `forge-pull` failed with the same error as posted above for me as well. This is a large, but not very...

We're also running into this bug. The more informative JDK bug is: [JDK-6956385](https://bugs.openjdk.java.net/browse/JDK-6956385), as [JDK-8224095](https://bugs.openjdk.java.net/browse/JDK-8224095) is marked as a duplicate of that.

I'm running into the same or at least similar issue, this is on macOS 10.14.5 (18F132) ``` $ pwd /Users/kommen $ unravel File "", line 1 import os,sys; print os.path.realpath(sys.argv[1])...

Looking into what `bin/unravel` does, it seems to expect that it's `node_module` dependencies are in the same dir as the binary. This is not the case when it is installed...

> Currently it's not possible to edit settings (dynamic bindings) from one connection to another We just ran into this, as we assumed all `:action` can/should be sent to an...