Markku Rontu
Markku Rontu
As we are looking into migrating to Shadow-CLJS for convenient npm dependencies, I'll try that option first.
Shadow-CLJS is working for us. I can leave this issue open as it can help someone else.
Graphs tend to get messy as there are more and more connections. I'll think about this one. Do you happen to have an example of the situation somewhere?
@bbatsov I don't quite get your point. Why should the printing here be any different to what happens if you eval the expression in the REPL? Don't you get the...
I agree completely that consistency is good both in the implementation and user experience :+1:. There are currently a ton of similar but slightly differently named eval functions and the...
The combinatorial explosion of similar functions like `cider-pprint-eval-last-sexp-with-stdout` would be just what I'd personally want to avoid.
So for a long time, like years already, none of this stuff has worked for me. I'm trying to get a simple project with Shadow-CLJS to start straight into the...
> The fail message actually says that the last event recorded was `:application.event/decider-joined`. I wonder if there is some race condition, because the error comes after decider has (successfully) submitted...
Preview of the report. - This one has colors R G B for `API -> service -> DB`. Ext is in cyan. - Edges in red are "disallowed", and don't...
I tried this out and it works. We have some options of what approach to use. We can parse the keywords from `configuration.md` and compare to keys of `config-defaults.edn`. The...