furkan3ayraktar / clojure-polylith-realworld-example-app

Clojure, Polylith and Ring codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.
MIT License
448 stars 79 forks source link

REPL get started focus #15

Closed PEZ closed 3 years ago

PEZ commented 3 years ago
PEZ commented 3 years ago

There is still something funny going on when I start the server. For some half a minute or so after starting it, my Mac gets unresponsive in a peculiar way (app-switching with cmd+tab almost stops working, but other than that things seem ok ...).

PEZ commented 3 years ago

Actually at one instance the CPU got all occupied with something from the project, fans spinnings, until I killed the REPL. Restarting the REPL and the server after that did not cause any issues at all, so far.

furkan3ayraktar commented 3 years ago

Hi @PEZ! Thanks for the PR, it looks great and helps people get going very easily. I've done a clean clone from your version and tested it on my computer (Macbook Pro M1). I didn't get any freezing issues when the REPL started. Could it be something specific to your setup? I don't see what could cause this issue since all the dependencies are pretty straightforward ones.

PEZ commented 3 years ago

I don't think there is anything with my setup. I suspect there is something lurking in the project, but I have no clue what and can't produce a stable repro. Maybe we'll find out eventually, or it is just a glitch in the matrix.

PEZ commented 3 years ago

This is how easy it should be to try example projects out 😄

https://calva.io/polylith/