clojure-lab icon indicating copy to clipboard operation
clojure-lab copied to clipboard

Clojure Lab - Development Environment in Clojure

Results 12 clojure-lab issues
Sort by recently updated
recently updated
newest added

It might have something to do with using `go` blocks as event handlers that never stop looping.

All nodes from the parse tree are being style on each modification :cry:.

bug

If there's an error while starting up the repl the user has no idea unless the console shows the stderr output.

bug
plugin

`lab.ui` is currently using `lab.model.protocols`.

Basically create a plugin manager that detects the plugins loaded globally and/or in the context.

enhancement

Initializing two independent instances of the app, causes the event-handling mechanism to replace the previous app atom with the most recent one. This is not aligned with the spirit of...

bug