lgrapenthin

Results 28 comments of lgrapenthin

Another quick workaround is to comment the source path with user.clj in the project.clj before running cljx, then uncomment it for further compilation steps

@refset thanks for your thoughtful answer. First of all, I completely agree that this can be done as a lib. It might be useful to have it as a main...

Yes. Given that many shortcuts start with C-x its quite easy to accidentally hit C-d, 'd' being very close to 'x'....

I recommended a confirmation prompt because it wouldn't be confusing and prevent accidental quits.

Good points, agreed. Probably I am the only user who fails at not terminating. Otherwise, a beginner friendly flag/param to main would be nice.

@craftzdog Fair enough, I have changed the issue title from "Database connections are cached" to "Database connections are cached by name" - To make it clear: Instead of being cached...

https://github.com/cgrand/macrovich can be used as a tool or reference (code is very little) to avoid potential problems, however the clj based cljs compiler only reads clj for macroexpansion, if required...

same problem on android 8.1.0 and latest lichess app.

It would be very nice if a flag would be added where could be disabled. I tracked it down to here: https://github.com/bhauman/figwheel-repl/blob/139353cef577f45778a088f0c656436e565b51be/src/figwheel/repl.cljc#L352 This basically collects all print output in a...

Yes On Monday, May 16, 2022, Bruce Hauman ***@***.***> wrote: > Hmmm did you add the dep in your local project, and did everything work. > Because I'm now getting...