-
Would allow use with [Rhino](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino/Shell#print.28.5Bexpr_....5D.29).
-
It would be great to be able to run LaTTE in the browser with the [klipse plugin](https://github.com/viebel/klipse) for instance.
For that purpose, one needs to port the code to clojurescript (with cl…
-
This one is fun. We currently cannot visualize a result if it contains more than 32 elements!
The error happens in `clojure.walk/postwalk`, when it tries to `conj` an `AutoFlattenSeq`:
```
Error: No…
-
Here's a simple example to reproduce the unexpected - and arguably wrong - behaviour:
```
const ch = csp.chan()
csp.go( function* ( ) {
while ( true ) {
const value = yield ch
…
-
Is it possible to have better output in the Chrome dev tools when looking at immutable objects? For example, when `console.log`ging a Record, it shows the raw internal state:
```
Record {_map: Object…
-
Hi, I found that I had to install these npm modules for lumo:
jszip
set-immediate
After doing that, I still get this error with npm 3.10.9 and node v7.2.0:
```
sudo npm install -g lumo-cljs
…
-
Can this plugin be useful without hydra and paredit? I prefer `guide-key` and `smartparens` over them.
-
I tried to print the next-props in componentWillReceiveProps, it's the data I expected. but next-props in shouldComponentUpdate is the metadata (seems like):, check the below informations:
```
{"nex…
-
### Issue Summary
Looks like when `ChoiceBlock` has a lot of elements - admin page goes to infinite loop. I could be wrong, but the same code worked earlier.
### Code
I have code like this:
…
-
I got an error while trying to play Salem's Hospitality via Mumbad City Hall with the Runner's grip revealed by Harishchandra Ent.
(Haven't tried it without the runner's hand revealed or without Mu…