rome-user

Results 23 comments of rome-user

> is there any reason lein-environ cannot use an explicit hook instead of an implicit hook, at least, to avoid this warning? Hooks in general are scheduled to be removed...

@dvingo Very nice work... is there somewhere we can discuss this further? I do not quite understand the need to emit an function after the first def. Would be nice...

Is there something missing in the latest version of Helix? I know that `defnc` exposes `^:memo` and `^:callback` as metadata optimizations. I'm not sure about `defhook`.

Does this mean preventing the linter from assuming every symbol starting with `use` is not a hook? If so, then I expect we can achieve this with metadata, such as...

I've changed my mind on my idea but never noted it here. I think in general "choosing your own JSON library" is anti-modular. If there are two libraries that depend...

Okay, I have tested two strategies to help reduce bundle size impact: 1. Avoid top-level data structures, since they hurt Closure DCE.[1] 2. Create a `lambdaisland.deja-fu.pretty` namespace, that imports `lambdaisland.data-printers`...

> In your table above "Do not require library," means without deja-fu, correct? That is correct. It means compiling the CLJS code without `(:require [lambdaisland.deja-fu :as fu])` > If you...

Hello, Although I don't like the news, I am still happy that Closure Compiler and Closure Library has existed for so long! I have one minor question, specifically: > We...

Is there a reference for the self-hosted CLJS compiler? I haven't heard of this, but I will be willing to investigate how tagged literals work. Given "self-hosted", I would assume...

Can you provide a minimal reproducible example of this? I dont remember the entire patch I sent, but I did take care to ensure we always provide JS array when...