Paulus Esterhazy
Paulus Esterhazy
FWIW, this could be implemented as a repl special, along the lines of `require`.
@bhurlow, a macro won't enable the same experience. Inevitably any fn call returns to the prompt before the async result arrives. Printing out the result will print over the prompt...
I've started an experimental branch re-arranging the docs here: https://github.com/reagent-project/reagent/compare/master...pesterhazy:pau/docs?expand=1 Guiding ideas: - As I see it, the docs are already good, we just need to organize them so people...
@bhurlow I'd be curious what you mean by "nREPL style tooling", i.e. what pieces of functionality would you need? Specifically, - evaluating a form - evaluating a buffer - show-doc...
Also see https://github.com/boot-clj/boot/issues/473
I want to second this request. No other asdf plugin that I'm aware of has an external requirement that's not typically installed on macOS. We had to revert a change...
Same problem as @metametadata: `lein doo chrome myprofile auto` frequently just sits there: ``` ;; ====================================================================== ;; Testing with Chrome: [doo] Started karma run Watching paths: ``` This doesn't always...
I also ran into this (very significant) problem `watchexec` takes 8s to start, but when using `--project-origin $PWD`, it's down to 1s
While a more thorough fix would be great, `--no-discover-ignore` works well for us in the meantime as a workaround
Closing in favor of https://github.com/lambdaisland/kaocha/pull/420